#1F479F

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

Shades of Egyptian Blue #1F479F

Tints of Egyptian Blue #1F479F

Color information

#1F479F (or 0x1F479F) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 47 and 9F. RGB value is (31,71,159). Sum of RGB (Red+Green+Blue) = 31+71+159=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F479F is #E0B860. Grayscale: #444444. Windows color (decimal): -14727265 or 10438431. OLE color: 10438431.

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

Color convert

RGB3171159-
CMYK0.810.5500.38
HSL221.25º67.37%37.25%-
HSV(B)221.25º80.5%62.35%-
XYZ9.087.333.73-
YUV69.07178.75100.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 159 (62.5% from 255) = 60.92%
R=11.88%
G=27.20%
B=60.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31711590.810.5500.38221.2567.3737.25
Hex1F479F5137026dd4325
Octal371072371216704633510345
Binary1111110001111001111110100011101110100110110111011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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