#1F489B

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

Shades of Egyptian Blue #1F489B

Tints of Egyptian Blue #1F489B

Color information

#1F489B (or 0x1F489B) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 48 and 9B. RGB value is (31,72,155). Sum of RGB (Red+Green+Blue) = 31+72+155=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F489B is #E0B764. Grayscale: #444444. Windows color (decimal): -14727013 or 10176543. OLE color: 10176543.

HSL color Cylindrical-coordinate representation of color #1F489B: hue angle of 220.16º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F489B is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3172155-
CMYK0.80.5400.39
HSL220.16º66.67%36.47%-
HSV(B)220.16º80%60.78%-
XYZ8.87.2931.95-
YUV69.2176.42100.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.02%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 155 (60.94% from 255) = 60.08%
R=12.02%
G=27.91%
B=60.08%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31721550.80.5400.39220.1666.6736.47
Hex1F489B5036027dc4324
Octal371102331206604733410344
Binary1111110010001001101110100001101100100111110111001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,72,155); }

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

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

 a { background-color: rgb(31,72,155); }

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

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

 span { border-color: rgb(31,72,155); }

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