#1F249A

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

Shades of Egyptian Blue #1F249A

Tints of Egyptian Blue #1F249A

Color information

#1F249A (or 0x1F249A) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 24 and 9A. RGB value is (31,36,154). Sum of RGB (Red+Green+Blue) = 31+36+154=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F249A is #E0DB65. Grayscale: #2F2F2F. Windows color (decimal): -14736230 or 10101791. OLE color: 10101791.

HSL color Cylindrical-coordinate representation of color #1F249A: hue angle of 237.56º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F249A is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3136154-
CMYK0.800.7700.40
HSL237.56º66.49%36.27%-
HSV(B)237.56º79.87%60.39%-
XYZ7.033.8930.95-
YUV47.96187.84115.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.03%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 154 (60.55% from 255) = 69.68%
R=14.03%
G=16.29%
B=69.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31361540.800.7700.40237.5666.4936.27
Hex1F249A504D028ee4224
Octal374423212011505035610244
Binary1111110010010011010101000010011010101000111011101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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