#1F249F

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

Shades of Egyptian Blue #1F249F

Tints of Egyptian Blue #1F249F

Color information

#1F249F (or 0x1F249F) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 24 and 9F. RGB value is (31,36,159). Sum of RGB (Red+Green+Blue) = 31+36+159=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 36 (14.45% from 255 or 15.93% 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 #1F249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F249F is #E0DB60. Grayscale: #303030. Windows color (decimal): -14736225 or 10429471. OLE color: 10429471.

HSL color Cylindrical-coordinate representation of color #1F249F: hue angle of 237.66º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F249F is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3136159-
CMYK0.810.7700.38
HSL237.66º67.37%37.25%-
HSV(B)237.66º80.5%62.35%-
XYZ7.454.0633.19-
YUV48.53190.34115.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.72%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 159 (62.5% from 255) = 70.35%
R=13.72%
G=15.93%
B=70.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31361590.810.7700.38237.6667.3737.25
Hex1F249F514D026ee4325
Octal374423712111504635610345
Binary1111110010010011111101000110011010100110111011101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F249F; }

 p { color: rgb(31,36,159); }

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

<style>
 a { background-color: #1F249F; }

 a { background-color: rgb(31,36,159); }

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

<style>
 span { border-color: #1F249F; }

 span { border-color: rgb(31,36,159); }

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