#192C8B

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

Shades of Egyptian Blue #192C8B

Tints of Egyptian Blue #192C8B

Color information

#192C8B (or 0x192C8B) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2C and 8B. RGB value is (25,44,139). Sum of RGB (Red+Green+Blue) = 25+44+139=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #192C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192C8B is #E6D374. Grayscale: #303030. Windows color (decimal): -15127413 or 9120793. OLE color: 9120793.

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

Color convert

RGB2544139-
CMYK0.820.6800.45
HSL230º69.51%32.16%-
HSV(B)230º82.01%54.51%-
XYZ5.963.8724.86-
YUV49.15178.71110.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 139 (54.69% from 255) = 66.83%
R=12.02%
G=21.15%
B=66.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25441390.820.6800.4523069.5132.16
Hex192C8B524402De64620
Octal315421312210405534610640
Binary1100110110010001011101001010001000101101111001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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