#0F2099

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

Shades of Egyptian Blue #0F2099

Tints of Egyptian Blue #0F2099

Color information

#0F2099 (or 0x0F2099) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 20 and 99. RGB value is (15,32,153). Sum of RGB (Red+Green+Blue) = 15+32+153=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F2099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2099 is #F0DF66. Grayscale: #282828. Windows color (decimal): -15785831 or 10035215. OLE color: 10035215.

HSL color Cylindrical-coordinate representation of color #0F2099: hue angle of 232.61º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2099 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1532153-
CMYK0.900.7900.4
HSL232.61º82.14%32.94%-
HSV(B)232.61º90.2%60%-
XYZ6.463.4330.46-
YUV40.71191.37109.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 153 (60.16% from 255) = 76.5%
R=7.5%
G=16%
B=76.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15321530.900.7900.4232.6182.1432.94
HexF20995A4F028e95221
Octal174023113211705035112241
Binary111110000010011001101101010011110101000111010011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,32,153); }

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

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

 a { background-color: rgb(15,32,153); }

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

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

 span { border-color: rgb(15,32,153); }

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