#192C8A

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

Shades of Egyptian Blue #192C8A

Tints of Egyptian Blue #192C8A

Color information

#192C8A (or 0x192C8A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2C and 8A. RGB value is (25,44,138). Sum of RGB (Red+Green+Blue) = 25+44+138=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #192C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192C8A is #E6D375. Grayscale: #303030. Windows color (decimal): -15127414 or 9055257. OLE color: 9055257.

HSL color Cylindrical-coordinate representation of color #192C8A: hue angle of 229.91º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192C8A is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2544138-
CMYK0.820.6800.46
HSL229.91º69.33%31.96%-
HSV(B)229.91º81.88%54.12%-
XYZ5.893.8424.48-
YUV49.04178.21110.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=12.08%
G=21.26%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25441380.820.6800.46229.9169.3331.96
Hex192C8A524402Ee64520
Octal315421212210405634610540
Binary1100110110010001010101001010001000101110111001101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,44,138); }

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

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

 a { background-color: rgb(25,44,138); }

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

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

 span { border-color: rgb(25,44,138); }

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