#1F3192

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

Shades of Egyptian Blue #1F3192

Tints of Egyptian Blue #1F3192

Color information

#1F3192 (or 0x1F3192) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 31 and 92. RGB value is (31,49,146). Sum of RGB (Red+Green+Blue) = 31+49+146=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3192 is #E0CE6D. Grayscale: #363636. Windows color (decimal): -14732910 or 9580831. OLE color: 9580831.

HSL color Cylindrical-coordinate representation of color #1F3192: hue angle of 230.61º 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 #1F3192 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3149146-
CMYK0.790.6600.43
HSL230.61º64.97%34.71%-
HSV(B)230.61º78.77%57.25%-
XYZ6.854.5627.71-
YUV54.68179.54111.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.72%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 146 (57.42% from 255) = 64.60%
R=13.72%
G=21.68%
B=64.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31491460.790.6600.43230.6164.9734.71
Hex1F31924F4202Be74123
Octal376122211710205334710143
Binary1111111000110010010100111110000100101011111001111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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