#192B8A

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

Shades of Egyptian Blue #192B8A

Tints of Egyptian Blue #192B8A

Color information

#192B8A (or 0x192B8A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2B and 8A. RGB value is (25,43,138). Sum of RGB (Red+Green+Blue) = 25+43+138=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #192B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192B8A is #E6D475. Grayscale: #303030. Windows color (decimal): -15127670 or 9055001. OLE color: 9055001.

HSL color Cylindrical-coordinate representation of color #192B8A: hue angle of 230.44º 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 #192B8A is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2543138-
CMYK0.820.6900.46
HSL230.44º69.33%31.96%-
HSV(B)230.44º81.88%54.12%-
XYZ5.853.7724.46-
YUV48.45178.54111.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 138 (54.30% from 255) = 66.99%
R=12.14%
G=20.87%
B=66.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25431380.820.6900.46230.4469.3331.96
Hex192B8A524502Ee64520
Octal315321212210505634610540
Binary1100110101110001010101001010001010101110111001101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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