#1F4399

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

Shades of Egyptian Blue #1F4399

Tints of Egyptian Blue #1F4399

Color information

#1F4399 (or 0x1F4399) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 43 and 99. RGB value is (31,67,153). Sum of RGB (Red+Green+Blue) = 31+67+153=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F4399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4399 is #E0BC66. Grayscale: #414141. Windows color (decimal): -14728295 or 10044191. OLE color: 10044191.

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

Color convert

RGB3167153-
CMYK0.800.5600.4
HSL222.3º66.3%36.08%-
HSV(B)222.3º79.74%60%-
XYZ8.326.6130.97-
YUV66.04177.07103.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=12.35%
G=26.69%
B=60.96%

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
Decimal31671530.800.5600.4222.366.336.08
Hex1F43995038028de4224
Octal371032311207005033610244
Binary1111110000111001100110100001110000101000110111101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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