#1F309C

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

Shades of Egyptian Blue #1F309C

Tints of Egyptian Blue #1F309C

Color information

#1F309C (or 0x1F309C) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 30 and 9C. RGB value is (31,48,156). Sum of RGB (Red+Green+Blue) = 31+48+156=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F309C is #E0CF63. Grayscale: #363636. Windows color (decimal): -14733156 or 10235935. OLE color: 10235935.

HSL color Cylindrical-coordinate representation of color #1F309C: hue angle of 231.84º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F309C is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3148156-
CMYK0.800.6900.39
HSL231.84º66.84%36.67%-
HSV(B)231.84º80.13%61.18%-
XYZ7.624.8131.98-
YUV55.23184.87110.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.19%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 156 (61.33% from 255) = 66.38%
R=13.19%
G=20.43%
B=66.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31481560.800.6900.39231.8466.8436.67
Hex1F309C5045027e84325
Octal376023412010504735010345
Binary1111111000010011100101000010001010100111111010001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,156); }

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

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

 a { background-color: rgb(31,48,156); }

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

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

 span { border-color: rgb(31,48,156); }

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