#0D19AA

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

Shades of Egyptian Blue #0D19AA

Tints of Egyptian Blue #0D19AA

Color information

#0D19AA (or 0x0D19AA) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 19 and AA. RGB value is (13,25,170). Sum of RGB (Red+Green+Blue) = 13+25+170=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D19AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D19AA is #F2E655. Grayscale: #252525. Windows color (decimal): -15918678 or 11147533. OLE color: 11147533.

HSL color Cylindrical-coordinate representation of color #0D19AA: hue angle of 235.41º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D19AA is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1325170-
CMYK0.920.8500.33
HSL235.41º85.79%35.88%-
HSV(B)235.41º92.35%66.67%-
XYZ7.773.6838.33-
YUV37.94202.52110.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.25%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 170 (66.80% from 255) = 81.73%
R=6.25%
G=12.02%
B=81.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13251700.920.8500.33235.4185.7935.88
HexD19AA5C55021eb5624
Octal153125213412504135312644
Binary11011100110101010101110010101010100001111010111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D19AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,25,170); }

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

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

 a { background-color: rgb(13,25,170); }

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

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

 span { border-color: rgb(13,25,170); }

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