#1F319C

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

Shades of Egyptian Blue #1F319C

Tints of Egyptian Blue #1F319C

Color information

#1F319C (or 0x1F319C) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 31 and 9C. RGB value is (31,49,156). Sum of RGB (Red+Green+Blue) = 31+49+156=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F319C is #E0CE63. Grayscale: #373737. Windows color (decimal): -14732900 or 10236191. OLE color: 10236191.

HSL color Cylindrical-coordinate representation of color #1F319C: hue angle of 231.36º 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 #1F319C is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3149156-
CMYK0.800.6900.39
HSL231.36º66.84%36.67%-
HSV(B)231.36º80.13%61.18%-
XYZ7.664.8931.99-
YUV55.82184.54110.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.14%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 156 (61.33% from 255) = 66.10%
R=13.14%
G=20.76%
B=66.10%

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
Decimal31491560.800.6900.39231.3666.8436.67
Hex1F319C5045027e74325
Octal376123412010504734710345
Binary1111111000110011100101000010001010100111111001111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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