#1F249C

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

Shades of Egyptian Blue #1F249C

Tints of Egyptian Blue #1F249C

Color information

#1F249C (or 0x1F249C) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 24 and 9C. RGB value is (31,36,156). Sum of RGB (Red+Green+Blue) = 31+36+156=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F249C is #E0DB63. Grayscale: #2F2F2F. Windows color (decimal): -14736228 or 10232863. OLE color: 10232863.

HSL color Cylindrical-coordinate representation of color #1F249C: hue angle of 237.6º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F249C is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3136156-
CMYK0.800.7700.39
HSL237.6º66.84%36.67%-
HSV(B)237.6º80.13%61.18%-
XYZ7.23.9531.84-
YUV48.18188.84115.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 156 (61.33% from 255) = 69.96%
R=13.90%
G=16.14%
B=69.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31361560.800.7700.39237.666.8436.67
Hex1F249C504D027ee4325
Octal374423412011504735610345
Binary1111110010010011100101000010011010100111111011101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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