#1F3F9F

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

Shades of Egyptian Blue #1F3F9F

Tints of Egyptian Blue #1F3F9F

Color information

#1F3F9F (or 0x1F3F9F) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 3F and 9F. RGB value is (31,63,159). Sum of RGB (Red+Green+Blue) = 31+63+159=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F3F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3F9F is #E0C060. Grayscale: #3F3F3F. Windows color (decimal): -14729313 or 10436383. OLE color: 10436383.

HSL color Cylindrical-coordinate representation of color #1F3F9F: hue angle of 225º 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 #1F3F9F is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3163159-
CMYK0.810.6000.38
HSL225º67.37%37.25%-
HSV(B)225º80.5%62.35%-
XYZ8.66.3533.57-
YUV64.38181.4104.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=12.25%
G=24.90%
B=62.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31631590.810.6000.3822567.3737.25
Hex1F3F9F513C026e14325
Octal37772371217404634110345
Binary111111111111001111110100011111000100110111000011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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