#0F1EAE

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

Shades of Egyptian Blue #0F1EAE

Tints of Egyptian Blue #0F1EAE

Color information

#0F1EAE (or 0x0F1EAE) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 1E and AE. RGB value is (15,30,174). Sum of RGB (Red+Green+Blue) = 15+30+174=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F1EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1EAE is #F0E151. Grayscale: #292929. Windows color (decimal): -15786322 or 11410959. OLE color: 11410959.

HSL color Cylindrical-coordinate representation of color #0F1EAE: hue angle of 234.34º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F1EAE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1530174-
CMYK0.910.8300.32
HSL234.34º84.13%37.06%-
HSV(B)234.34º91.38%68.24%-
XYZ8.34.0940.4-
YUV41.93202.53108.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 174 (68.36% from 255) = 79.45%
R=6.85%
G=13.70%
B=79.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15301740.910.8300.32234.3484.1337.06
HexF1EAE5B53020ea5425
Octal173625613312304035212445
Binary11111111010101110101101110100110100000111010101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1EAE; }

 p { color: rgb(15,30,174); }

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

<style>
 a { background-color: #0F1EAE; }

 a { background-color: rgb(15,30,174); }

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

<style>
 span { border-color: #0F1EAE; }

 span { border-color: rgb(15,30,174); }

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