COLOR #1892CA

HEX: #1892CA
RGB: (24,146,202)

Color info

#1892CA contains mainly green and blue colors. Web safe color of #1892CA is #0099CC (or #09C).

RGB color model

#1892CA color RGB value is (24,146,202).

  • red value is 24;
  • green value is 146;
  • blue value is 202.
RGB:
(24,146,202)
(9%,57%,79%)

RGB channels and saturation

R 24 of 255 = 9%
G 146 of 255 = 57%
B 202 of 255 = 79%

24
146
202

R + G + B ~ 48%. #1892CA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 146 + 202 = 372 (100%)
R 24 of 372 ~ 6.45%
G 146 of 372 ~ 39.25%
B 202 of 372 ~ 54.3%

%39.25
%54.3

CMYK color model

#1892CA color CMYK value is (88,28,0,21).

  • cyan value is 88.12%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(88,28,0,21)
C88M28Y0K21 
(88%,28%,0%,21%)
(0.88/0.28/0.00/0.21)	

CMYK percentages

%88.12
%27.72
%0
%20.78

Codes

Color #1892CA in popluar color models

1892CA
RGB24146202
HSL199°78.76%44.31%
HSB/HSV199°88.12%79.22%
CMYK88.12%27.72%0.00%
20.78%

Color #1892CA in popluar number systems.

HEX1892CA
Decimal24146202
Binary110001001001011001010
Octal30222312

Shades and tints

Shades of #1892CA

#1892CA
(24,146,202)
#1685B8
(22,133,184)
#1478A6
(20,120,166)
#126B94
(18,107,148)
#105E82
(16,94,130)
#0E5170
(14,81,112)
#0C445E
(12,68,94)
#0A374C
(10,55,76)
#082A3A
(8,42,58)
#061D28
(6,29,40)
#041016
(4,16,22)
#000000
(0,0,0)

Tints of #1892CA

#1892CA
(24,146,202)
#2D9BCE
(45,155,206)
#42A4D2
(66,164,210)
#57ADD6
(87,173,214)
#6CB6DA
(108,182,218)
#81BFDE
(129,191,222)
#96C8E2
(150,200,226)
#ABD1E6
(171,209,230)
#C0DAEA
(192,218,234)
#D5E3EE
(213,227,238)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1892CA color. Also use rgb(24,146,202) instead hex code.

Text Font Color

.myTextColor { color: #1892CA; }

<p style="color:#1892CA">This sample text font color is #1892CA.</p>

This text font color is #1892CA.


Background Color

.myBgColor { background-color: #1892CA; }

<div style="background-color:#1892CA">Inner text</div>

This div background color is #1892CA.


Border color

.myBorderColor { border: 1px solid #1892CA; }

<div style="border:3px solid #1892CA">Div</div>

This div border color is #1892CA.


Opacity

.myOpacity80 { color: #1892CA; opacity: 0.8; }

<p style="color:#1892CA;opacity:0.8;">80%</p>

Text with #1892CA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1892CA;}

<p style="text-shadow: 3px 3px 1px #1892CA">Text here.</p>

This text has shadow with #1892CA color.

.textShadow {text-shadow: 3px 3px 1px #1892CA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1892CA, 5px 5px 20px red">Text here.</p>

This text has shadow with #1892CA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1892CA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1892CA, Direction=45, Strength=4)">Text</p>

This text has shadow with #1892CA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1892CA;
  -webkit-box-shadow:	1px 1px 3px 2px #1892CA;
  box-shadow:		1px 1px 3px 2px #1892CA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1892CA;
-webkit-box-shadow: 1px 1px 3px 2px #1892CA;
box-shadow:1px 1px 3px 2px #1892CA;">
Div content here</div>
This div box has shadow with color #1892CA.

Preview

Color preview on black background

This text has color #1892CA on black background.


Color preview on white background

This text has color #1892CA on white background.



Black color preview on #1892CA background

This text has black color on #1892CA background.


White color preview on #1892CA background

This text has white color on #1892CA background.