#1F3B9F

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

Shades of Egyptian Blue #1F3B9F

Tints of Egyptian Blue #1F3B9F

Color information

#1F3B9F (or 0x1F3B9F) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 3B and 9F. RGB value is (31,59,159). Sum of RGB (Red+Green+Blue) = 31+59+159=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F3B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3B9F is #E0C460. Grayscale: #3D3D3D. Windows color (decimal): -14730337 or 10435359. OLE color: 10435359.

HSL color Cylindrical-coordinate representation of color #1F3B9F: hue angle of 226.88º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F3B9F is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3159159-
CMYK0.810.6300.38
HSL226.88º67.37%37.25%-
HSV(B)226.88º80.5%62.35%-
XYZ8.395.9233.5-
YUV62.03182.72105.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=12.45%
G=23.69%
B=63.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31591590.810.6300.38226.8867.3737.25
Hex1F3B9F513F026e34325
Octal37732371217704634310345
Binary111111110111001111110100011111110100110111000111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,59,159); }

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

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

 a { background-color: rgb(31,59,159); }

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

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

 span { border-color: rgb(31,59,159); }

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