#1F318F

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

Shades of Egyptian Blue #1F318F

Tints of Egyptian Blue #1F318F

Color information

#1F318F (or 0x1F318F) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 31 and 8F. RGB value is (31,49,143). Sum of RGB (Red+Green+Blue) = 31+49+143=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F318F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F318F is #E0CE70. Grayscale: #353535. Windows color (decimal): -14732913 or 9384223. OLE color: 9384223.

HSL color Cylindrical-coordinate representation of color #1F318F: hue angle of 230.36º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F318F is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3149143-
CMYK0.780.6600.44
HSL230.36º64.37%34.12%-
HSV(B)230.36º78.32%56.08%-
XYZ6.624.4726.5-
YUV54.33178.04111.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 143 (56.25% from 255) = 64.13%
R=13.90%
G=21.97%
B=64.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31491430.780.6600.44230.3664.3734.12
Hex1F318F4E4202Ce64022
Octal376121711610205434610042
Binary1111111000110001111100111010000100101100111001101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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