#192f9f

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

Shades of Egyptian Blue #192F9F

Tints of Egyptian Blue #192F9F

Color information

#192F9F (or 0x192F9F) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2F and 9F. RGB value is (25,47,159). Sum of RGB (Red+Green+Blue) = 25+47+159=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #192F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F9F is #E6D060. Grayscale: #343434. Windows color (decimal): -15126625 or 10432281. OLE color: 10432281.

HSL color Cylindrical-coordinate representation of color #192F9F: hue angle of 230.15º 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 #192F9F is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2547159-
CMYK0.840.7000.38
HSL230.15º72.83%36.08%-
HSV(B)230.15º84.28%62.35%-
XYZ7.684.7433.31-
YUV53.19187.71107.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 47 (18.75% from 255) = 20.35%
BLUE value IS 159 (62.5% from 255) = 68.83%
R=10.82%
G=20.35%
B=68.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25471590.840.7000.38230.1572.8336.08
Hex192F9F5446026e64924
Octal315723712410604634611144
Binary1100110111110011111101010010001100100110111001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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