#1F2D9F

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

Shades of Egyptian Blue #1F2D9F

Tints of Egyptian Blue #1F2D9F

Color information

#1F2D9F (or 0x1F2D9F) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2D and 9F. RGB value is (31,45,159). Sum of RGB (Red+Green+Blue) = 31+45+159=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F2D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2D9F is #E0D260. Grayscale: #353535. Windows color (decimal): -14733921 or 10431775. OLE color: 10431775.

HSL color Cylindrical-coordinate representation of color #1F2D9F: hue angle of 233.44º 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 #1F2D9F is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3145159-
CMYK0.810.7200.38
HSL233.44º67.37%37.25%-
HSV(B)233.44º80.5%62.35%-
XYZ7.764.6733.29-
YUV53.81187.36111.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.19%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 159 (62.5% from 255) = 67.66%
R=13.19%
G=19.15%
B=67.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31451590.810.7200.38233.4467.3737.25
Hex1F2D9F5148026e94325
Octal375523712111004635110345
Binary1111110110110011111101000110010000100110111010011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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