#1f3a99

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

Shades of Egyptian Blue #1F3A99

Tints of Egyptian Blue #1F3A99

Color information

#1F3A99 (or 0x1F3A99) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 3A and 99. RGB value is (31,58,153). Sum of RGB (Red+Green+Blue) = 31+58+153=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F3A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3A99 is #E0C566. Grayscale: #3C3C3C. Windows color (decimal): -14730599 or 10041887. OLE color: 10041887.

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

Color convert

RGB3158153-
CMYK0.800.6200.4
HSL226.72º66.3%36.08%-
HSV(B)226.72º79.74%60%-
XYZ7.835.6230.81-
YUV60.76180.05106.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.81%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=12.81%
G=23.97%
B=63.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31581530.800.6200.4226.7266.336.08
Hex1F3A99503E028e34224
Octal37722311207605034310244
Binary111111110101001100110100001111100101000111000111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f3a99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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