#1F3392

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

Shades of Egyptian Blue #1F3392

Tints of Egyptian Blue #1F3392

Color information

#1F3392 (or 0x1F3392) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 33 and 92. RGB value is (31,51,146). Sum of RGB (Red+Green+Blue) = 31+51+146=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F3392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3392 is #E0CC6D. Grayscale: #373737. Windows color (decimal): -14732398 or 9581343. OLE color: 9581343.

HSL color Cylindrical-coordinate representation of color #1F3392: hue angle of 229.57º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F3392 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3151146-
CMYK0.790.6500.43
HSL229.57º64.97%34.71%-
HSV(B)229.57º78.77%57.25%-
XYZ6.944.7327.74-
YUV55.85178.87110.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=13.60%
G=22.37%
B=64.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31511460.790.6500.43229.5764.9734.71
Hex1F33924F4102Be64123
Octal376322211710105334610143
Binary1111111001110010010100111110000010101011111001101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,146); }

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

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

 a { background-color: rgb(31,51,146); }

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

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

 span { border-color: rgb(31,51,146); }

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