#0F20AE

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

Shades of Egyptian Blue #0F20AE

Tints of Egyptian Blue #0F20AE

Color information

#0F20AE (or 0x0F20AE) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 20 and AE. RGB value is (15,32,174). Sum of RGB (Red+Green+Blue) = 15+32+174=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F20AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F20AE is #F0DF51. Grayscale: #2A2A2A. Windows color (decimal): -15785810 or 11411471. OLE color: 11411471.

HSL color Cylindrical-coordinate representation of color #0F20AE: hue angle of 233.58º 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 #0F20AE is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1532174-
CMYK0.910.8200.32
HSL233.58º84.13%37.06%-
HSV(B)233.58º91.38%68.24%-
XYZ8.354.1940.41-
YUV43.1201.87107.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.79%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 174 (68.36% from 255) = 78.73%
R=6.79%
G=14.48%
B=78.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15321740.910.8200.32233.5884.1337.06
HexF20AE5B52020ea5425
Octal174025613312204035212445
Binary111110000010101110101101110100100100000111010101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F20AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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