#1F4499

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

Shades of Egyptian Blue #1F4499

Tints of Egyptian Blue #1F4499

Color information

#1F4499 (or 0x1F4499) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 44 and 99. RGB value is (31,68,153). Sum of RGB (Red+Green+Blue) = 31+68+153=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F4499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4499 is #E0BB66. Grayscale: #424242. Windows color (decimal): -14728039 or 10044447. OLE color: 10044447.

HSL color Cylindrical-coordinate representation of color #1F4499: hue angle of 221.8º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F4499 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3168153-
CMYK0.800.5600.4
HSL221.8º66.3%36.08%-
HSV(B)221.8º79.74%60%-
XYZ8.386.7330.99-
YUV66.63176.74102.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=12.30%
G=26.98%
B=60.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31681530.800.5600.4221.866.336.08
Hex1F44995038028de4224
Octal371042311207005033610244
Binary1111110001001001100110100001110000101000110111101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,153); }

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

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

 a { background-color: rgb(31,68,153); }

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

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

 span { border-color: rgb(31,68,153); }

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