#1F2A92

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

Shades of Egyptian Blue #1F2A92

Tints of Egyptian Blue #1F2A92

Color information

#1F2A92 (or 0x1F2A92) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2A and 92. RGB value is (31,42,146). Sum of RGB (Red+Green+Blue) = 31+42+146=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F2A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2A92 is #E0D56D. Grayscale: #323232. Windows color (decimal): -14734702 or 9579039. OLE color: 9579039.

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

Color convert

RGB3142146-
CMYK0.790.7100.43
HSL234.26º64.97%34.71%-
HSV(B)234.26º78.77%57.25%-
XYZ6.584.0227.62-
YUV50.57181.86114.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.16%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 146 (57.42% from 255) = 66.67%
R=14.16%
G=19.18%
B=66.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31421460.790.7100.43234.2664.9734.71
Hex1F2A924F4702Bea4123
Octal375222211710705335210143
Binary1111110101010010010100111110001110101011111010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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