#0D20AE

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

Shades of Egyptian Blue #0D20AE

Tints of Egyptian Blue #0D20AE

Color information

#0D20AE (or 0x0D20AE) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 20 and AE. RGB value is (13,32,174). Sum of RGB (Red+Green+Blue) = 13+32+174=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 32 (12.89% from 255 or 14.61% 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 #0D20AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D20AE is #F2DF51. Grayscale: #292929. Windows color (decimal): -15916882 or 11411469. OLE color: 11411469.

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

Color convert

RGB1332174-
CMYK0.930.8200.32
HSL232.92º86.1%36.67%-
HSV(B)232.92º92.53%68.24%-
XYZ8.324.1740.41-
YUV42.51202.21106.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.94%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 174 (68.36% from 255) = 79.45%
R=5.94%
G=14.61%
B=79.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13321740.930.8200.32232.9286.136.67
HexD20AE5D52020e95625
Octal154025613512204035112645
Binary110110000010101110101110110100100100000111010011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D20AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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