#1f3d9f

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

Shades of Egyptian Blue #1F3D9F

Tints of Egyptian Blue #1F3D9F

Color information

#1F3D9F (or 0x1F3D9F) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 3D and 9F. RGB value is (31,61,159). Sum of RGB (Red+Green+Blue) = 31+61+159=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F3D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3D9F is #E0C260. Grayscale: #3E3E3E. Windows color (decimal): -14729825 or 10435871. OLE color: 10435871.

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

Color convert

RGB3161159-
CMYK0.810.6200.38
HSL225.94º67.37%37.25%-
HSV(B)225.94º80.5%62.35%-
XYZ8.496.1333.54-
YUV63.2182.06105.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 61 (24.22% from 255) = 24.30%
BLUE value IS 159 (62.5% from 255) = 63.35%
R=12.35%
G=24.30%
B=63.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31611590.810.6200.38225.9467.3737.25
Hex1F3D9F513E026e24325
Octal37752371217604634210345
Binary111111111011001111110100011111100100110111000101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f3d9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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