#1F3899

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

Shades of Egyptian Blue #1F3899

Tints of Egyptian Blue #1F3899

Color information

#1F3899 (or 0x1F3899) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 38 and 99. RGB value is (31,56,153). Sum of RGB (Red+Green+Blue) = 31+56+153=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F3899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3899 is #E0C766. Grayscale: #3B3B3B. Windows color (decimal): -14731111 or 10041375. OLE color: 10041375.

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

Color convert

RGB3156153-
CMYK0.800.6300.4
HSL227.7º66.3%36.08%-
HSV(B)227.7º79.74%60%-
XYZ7.735.4230.78-
YUV59.58180.72107.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=12.92%
G=23.33%
B=63.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31561530.800.6300.4227.766.336.08
Hex1F3899503F028e44224
Octal37702311207705034410244
Binary111111110001001100110100001111110101000111001001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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