#192D8E

Color #192D8E Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #192D8E

Tints of Egyptian Blue #192D8E

Color information

#192D8E (or 0x192D8E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2D and 8E. RGB value is (25,45,142). Sum of RGB (Red+Green+Blue) = 25+45+142=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #192D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192D8E is #E6D271. Grayscale: #313131. Windows color (decimal): -15127154 or 9317657. OLE color: 9317657.

HSL color Cylindrical-coordinate representation of color #192D8E: hue angle of 229.74º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192D8E is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2545142-
CMYK0.820.6800.44
HSL229.74º70.06%32.75%-
HSV(B)229.74º82.39%55.69%-
XYZ6.224.0426.04-
YUV50.08179.87110.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 11.79%
GREEN value IS 45 (17.97% from 255) = 21.23%
BLUE value IS 142 (55.86% from 255) = 66.98%
R=11.79%
G=21.23%
B=66.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25451420.820.6800.44229.7470.0632.75
Hex192D8E524402Ce64621
Octal315521612210405434610641
Binary1100110110110001110101001010001000101100111001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192D8E; }

 p { color: rgb(25,45,142); }

 H1.HeaderClassName
 {
   color: #192D8E;
 }
 .AnyTagClassName
 {
   color: #192D8E;
 }
</style>
background-color css

<style>
 a { background-color: #192D8E; }

 a { background-color: rgb(25,45,142); }

 div.DivClassName
 {
   background-color: #192D8E;
 }
 .BgClassName
 {
   background-color: #192D8E;
 }
</style>
border-color css

<style>
 span { border-color: #192D8E; }

 span { border-color: rgb(25,45,142); }

 td.TdClassName
 {
   border-color: #192D8E;
 }
 .TagClassName
 {
   border-color: #192D8E;
 }
</style>