#1F2EA2

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

Shades of Egyptian Blue #1F2EA2

Tints of Egyptian Blue #1F2EA2

Color information

#1F2EA2 (or 0x1F2EA2) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2E and A2. RGB value is (31,46,162). Sum of RGB (Red+Green+Blue) = 31+46+162=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 162 (63.67% from 255 or 67.78% from 239); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F2EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2EA2 is #E0D15D. Grayscale: #363636. Windows color (decimal): -14733662 or 10628639. OLE color: 10628639.

HSL color Cylindrical-coordinate representation of color #1F2EA2: hue angle of 233.13º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F2EA2 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3146162-
CMYK0.810.7200.36
HSL233.13º67.88%37.84%-
HSV(B)233.13º80.86%63.53%-
XYZ8.064.8534.69-
YUV54.74188.53111.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 162 (63.67% from 255) = 67.78%
R=12.97%
G=19.25%
B=67.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31461620.810.7200.36233.1367.8837.84
Hex1F2EA25148024e94426
Octal375624212111004435110446
Binary1111110111010100010101000110010000100100111010011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,46,162); }

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

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

 a { background-color: rgb(31,46,162); }

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

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

 span { border-color: rgb(31,46,162); }

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