#1F2DAA

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

Shades of Egyptian Blue #1F2DAA

Tints of Egyptian Blue #1F2DAA

Color information

#1F2DAA (or 0x1F2DAA) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2D and AA. RGB value is (31,45,170). Sum of RGB (Red+Green+Blue) = 31+45+170=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F2DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2DAA is #E0D255. Grayscale: #363636. Windows color (decimal): -14733910 or 11152671. OLE color: 11152671.

HSL color Cylindrical-coordinate representation of color #1F2DAA: hue angle of 233.96º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F2DAA is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3145170-
CMYK0.820.7400.33
HSL233.96º69.15%39.41%-
HSV(B)233.96º81.76%66.67%-
XYZ8.765.0738.55-
YUV55.06192.86110.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 170 (66.80% from 255) = 69.11%
R=12.60%
G=18.29%
B=69.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31451700.820.7400.33233.9669.1539.41
Hex1F2DAA524A021ea4527
Octal375525212211204135210547
Binary1111110110110101010101001010010100100001111010101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,45,170); }

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

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

 a { background-color: rgb(31,45,170); }

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

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

 span { border-color: rgb(31,45,170); }

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