#1F3394

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

Shades of Egyptian Blue #1F3394

Tints of Egyptian Blue #1F3394

Color information

#1F3394 (or 0x1F3394) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 33 and 94. RGB value is (31,51,148). Sum of RGB (Red+Green+Blue) = 31+51+148=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F3394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3394 is #E0CC6B. Grayscale: #373737. Windows color (decimal): -14732396 or 9712415. OLE color: 9712415.

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

Color convert

RGB3151148-
CMYK0.790.6600.42
HSL229.74º65.36%35.1%-
HSV(B)229.74º79.05%58.04%-
XYZ7.094.828.57-
YUV56.08179.87110.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.48%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 148 (58.20% from 255) = 64.35%
R=13.48%
G=22.17%
B=64.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31511480.790.6600.42229.7465.3635.1
Hex1F33944F4202Ae64123
Octal376322411710205234610143
Binary1111111001110010100100111110000100101010111001101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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