#1F2A91

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

Shades of Egyptian Blue #1F2A91

Tints of Egyptian Blue #1F2A91

Color information

#1F2A91 (or 0x1F2A91) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2A and 91. RGB value is (31,42,145). Sum of RGB (Red+Green+Blue) = 31+42+145=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F2A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2A91 is #E0D56E. Grayscale: #323232. Windows color (decimal): -14734703 or 9513503. OLE color: 9513503.

HSL color Cylindrical-coordinate representation of color #1F2A91: hue angle of 234.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2A91 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3142145-
CMYK0.790.7100.43
HSL234.21º64.77%34.51%-
HSV(B)234.21º78.62%56.86%-
XYZ6.53.9927.22-
YUV50.45181.36114.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.22%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 145 (57.03% from 255) = 66.51%
R=14.22%
G=19.27%
B=66.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31421450.790.7100.43234.2164.7734.51
Hex1F2A914F4702Bea4123
Octal375222111710705335210143
Binary1111110101010010001100111110001110101011111010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,42,145); }

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

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

 a { background-color: rgb(31,42,145); }

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

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

 span { border-color: rgb(31,42,145); }

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