#1F3D9B

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

Shades of Egyptian Blue #1F3D9B

Tints of Egyptian Blue #1F3D9B

Color information

#1F3D9B (or 0x1F3D9B) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 3D and 9B. RGB value is (31,61,155). Sum of RGB (Red+Green+Blue) = 31+61+155=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F3D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3D9B is #E0C264. Grayscale: #3E3E3E. Windows color (decimal): -14729829 or 10173727. OLE color: 10173727.

HSL color Cylindrical-coordinate representation of color #1F3D9B: hue angle of 225.48º 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 #1F3D9B is Cyan = 0.8, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3161155-
CMYK0.80.6100.39
HSL225.48º66.67%36.47%-
HSV(B)225.48º80%60.78%-
XYZ8.15631.74-
YUV62.75180.06105.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 155 (60.94% from 255) = 62.75%
R=12.55%
G=24.70%
B=62.75%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31611550.80.6100.39225.4866.6736.47
Hex1F3D9B503D027e14324
Octal37752331207504734110344
Binary111111111011001101110100001111010100111111000011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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