#1F1EA8

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

Shades of Egyptian Blue #1F1EA8

Tints of Egyptian Blue #1F1EA8

Color information

#1F1EA8 (or 0x1F1EA8) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 1E and A8. RGB value is (31,30,168). Sum of RGB (Red+Green+Blue) = 31+30+168=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 168 (66.02% from 255 or 73.36% from 229); Max value from RGB is 168 - color contains mainly: blue. Hex color #1F1EA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1EA8 is #E0E157. Grayscale: #2D2D2D. Windows color (decimal): -14737752 or 11017759. OLE color: 11017759.

HSL color Cylindrical-coordinate representation of color #1F1EA8: hue angle of 240.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1EA8 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3130168-
CMYK0.820.8200.34
HSL240.43º69.7%38.82%-
HSV(B)240.43º82.14%65.88%-
XYZ8.14.0537.4-
YUV46.03196.83117.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 168 (66.02% from 255) = 73.36%
R=13.54%
G=13.10%
B=73.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal31301680.820.8200.34240.4369.738.82
Hex1F1EA85252022f04627
Octal373625012212204236010647
Binary111111111010101000101001010100100100010111100001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,30,168); }

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

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

 a { background-color: rgb(31,30,168); }

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

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

 span { border-color: rgb(31,30,168); }

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