#0F20A7

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

Shades of Egyptian Blue #0F20A7

Tints of Egyptian Blue #0F20A7

Color information

#0F20A7 (or 0x0F20A7) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 20 and A7. RGB value is (15,32,167). Sum of RGB (Red+Green+Blue) = 15+32+167=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 167 (65.62% from 255 or 78.04% from 214); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F20A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F20A7 is #F0DF58. Grayscale: #292929. Windows color (decimal): -15785817 or 10952719. OLE color: 10952719.

HSL color Cylindrical-coordinate representation of color #0F20A7: hue angle of 233.29º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F20A7 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1532167-
CMYK0.910.8100.35
HSL233.29º83.52%35.69%-
HSV(B)233.29º91.02%65.49%-
XYZ7.693.9236.91-
YUV42.31198.37108.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.01%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 167 (65.62% from 255) = 78.04%
R=7.01%
G=14.95%
B=78.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15321670.910.8100.35233.2983.5235.69
HexF20A75B51023e95424
Octal174024713312104335112444
Binary111110000010100111101101110100010100011111010011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F20A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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