#192F89

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

Shades of Egyptian Blue #192F89

Tints of Egyptian Blue #192F89

Color information

#192F89 (or 0x192F89) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2F and 89. RGB value is (25,47,137). Sum of RGB (Red+Green+Blue) = 25+47+137=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #192F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F89 is #E6D076. Grayscale: #323232. Windows color (decimal): -15126647 or 8990489. OLE color: 8990489.

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

Color convert

RGB2547137-
CMYK0.820.6600.46
HSL228.21º69.14%31.76%-
HSV(B)228.21º81.75%53.73%-
XYZ5.934.0524.14-
YUV50.68176.71109.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 137 (53.91% from 255) = 65.55%
R=11.96%
G=22.49%
B=65.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25471370.820.6600.46228.2169.1431.76
Hex192F89524202Ee44520
Octal315721112210205634410540
Binary1100110111110001001101001010000100101110111001001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,47,137); }

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

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

 a { background-color: rgb(25,47,137); }

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

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

 span { border-color: rgb(25,47,137); }

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