#0D22A0

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

Shades of Egyptian Blue #0D22A0

Tints of Egyptian Blue #0D22A0

Color information

#0D22A0 (or 0x0D22A0) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 22 and A0. RGB value is (13,34,160). Sum of RGB (Red+Green+Blue) = 13+34+160=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 160 (62.89% from 255 or 77.29% from 207); Max value from RGB is 160 - color contains mainly: blue. Hex color #0D22A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D22A0 is #F2DD5F. Grayscale: #292929. Windows color (decimal): -15916384 or 10494477. OLE color: 10494477.

HSL color Cylindrical-coordinate representation of color #0D22A0: hue angle of 231.43º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D22A0 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1334160-
CMYK0.920.7900.37
HSL231.43º84.97%33.92%-
HSV(B)231.43º91.87%62.75%-
XYZ7.083.7733.61-
YUV42.08194.54107.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 160 (62.89% from 255) = 77.29%
R=6.28%
G=16.43%
B=77.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13341600.920.7900.37231.4384.9733.92
HexD22A05C4F025e75522
Octal154224013411704534712542
Binary110110001010100000101110010011110100101111001111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D22A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,34,160); }

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

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

 a { background-color: rgb(13,34,160); }

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

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

 span { border-color: rgb(13,34,160); }

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