#1F2599

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

Shades of Egyptian Blue #1F2599

Tints of Egyptian Blue #1F2599

Color information

#1F2599 (or 0x1F2599) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 25 and 99. RGB value is (31,37,153). Sum of RGB (Red+Green+Blue) = 31+37+153=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F2599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2599 is #E0DA66. Grayscale: #2F2F2F. Windows color (decimal): -14735975 or 10036511. OLE color: 10036511.

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

Color convert

RGB3137153-
CMYK0.800.7600.4
HSL237.05º66.3%36.08%-
HSV(B)237.05º79.74%60%-
XYZ6.983.9130.52-
YUV48.43187.01115.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.03%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=14.03%
G=16.74%
B=69.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31371530.800.7600.4237.0566.336.08
Hex1F2599504C028ed4224
Octal374523112011405035510244
Binary1111110010110011001101000010011000101000111011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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