#192D8B

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

Shades of Egyptian Blue #192D8B

Tints of Egyptian Blue #192D8B

Color information

#192D8B (or 0x192D8B) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2D and 8B. RGB value is (25,45,139). Sum of RGB (Red+Green+Blue) = 25+45+139=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #192D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192D8B is #E6D274. Grayscale: #313131. Windows color (decimal): -15127157 or 9121049. OLE color: 9121049.

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

Color convert

RGB2545139-
CMYK0.820.6800.45
HSL229.47º69.51%32.16%-
HSV(B)229.47º82.01%54.51%-
XYZ63.9524.87-
YUV49.74178.37110.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 139 (54.69% from 255) = 66.51%
R=11.96%
G=21.53%
B=66.51%

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
Decimal25451390.820.6800.45229.4769.5132.16
Hex192D8B524402De54620
Octal315521312210405534510640
Binary1100110110110001011101001010001000101101111001011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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