#192B8B

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

Shades of Egyptian Blue #192B8B

Tints of Egyptian Blue #192B8B

Color information

#192B8B (or 0x192B8B) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2B and 8B. RGB value is (25,43,139). Sum of RGB (Red+Green+Blue) = 25+43+139=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #192B8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192B8B is #E6D474. Grayscale: #303030. Windows color (decimal): -15127669 or 9120537. OLE color: 9120537.

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

Color convert

RGB2543139-
CMYK0.820.6900.45
HSL230.53º69.51%32.16%-
HSV(B)230.53º82.01%54.51%-
XYZ5.923.824.85-
YUV48.56179.04111.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 43 (17.19% from 255) = 20.77%
BLUE value IS 139 (54.69% from 255) = 67.15%
R=12.08%
G=20.77%
B=67.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25431390.820.6900.45230.5369.5132.16
Hex192B8B524502De74620
Octal315321312210505534710640
Binary1100110101110001011101001010001010101101111001111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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