#192A9F

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

Shades of Egyptian Blue #192A9F

Tints of Egyptian Blue #192A9F

Color information

#192A9F (or 0x192A9F) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2A and 9F. RGB value is (25,42,159). Sum of RGB (Red+Green+Blue) = 25+42+159=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #192A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192A9F is #E6D560. Grayscale: #313131. Windows color (decimal): -15127905 or 10431001. OLE color: 10431001.

HSL color Cylindrical-coordinate representation of color #192A9F: hue angle of 232.39º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192A9F is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2542159-
CMYK0.840.7400.38
HSL232.39º72.83%36.08%-
HSV(B)232.39º84.28%62.35%-
XYZ7.494.3733.25-
YUV50.26189.37109.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 159 (62.5% from 255) = 70.35%
R=11.06%
G=18.58%
B=70.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25421590.840.7400.38232.3972.8336.08
Hex192A9F544A026e84924
Octal315223712411204635011144
Binary1100110101010011111101010010010100100110111010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,42,159); }

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

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

 a { background-color: rgb(25,42,159); }

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

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

 span { border-color: rgb(25,42,159); }

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