#1F39A0

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

Shades of Egyptian Blue #1F39A0

Tints of Egyptian Blue #1F39A0

Color information

#1F39A0 (or 0x1F39A0) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 39 and A0. RGB value is (31,57,160). Sum of RGB (Red+Green+Blue) = 31+57+160=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 160 (62.89% from 255 or 64.52% from 248); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F39A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F39A0 is #E0C65F. Grayscale: #3C3C3C. Windows color (decimal): -14730848 or 10500383. OLE color: 10500383.

HSL color Cylindrical-coordinate representation of color #1F39A0: hue angle of 227.91º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F39A0 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3157160-
CMYK0.810.6400.37
HSL227.91º67.54%37.45%-
HSV(B)227.91º80.62%62.75%-
XYZ8.375.7633.93-
YUV60.97183.89106.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.5%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 160 (62.89% from 255) = 64.52%
R=12.5%
G=22.98%
B=64.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31571600.810.6400.37227.9167.5437.45
Hex1F39A05140025e44425
Octal377124012110004534410445
Binary1111111100110100000101000110000000100101111001001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F39A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,57,160); }

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

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

 a { background-color: rgb(31,57,160); }

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

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

 span { border-color: rgb(31,57,160); }

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