#0D19A7

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

Shades of Egyptian Blue #0D19A7

Tints of Egyptian Blue #0D19A7

Color information

#0D19A7 (or 0x0D19A7) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 19 and A7. RGB value is (13,25,167). Sum of RGB (Red+Green+Blue) = 13+25+167=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 167 (65.62% from 255 or 81.46% from 205); Max value from RGB is 167 - color contains mainly: blue. Hex color #0D19A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D19A7 is #F2E658. Grayscale: #252525. Windows color (decimal): -15918681 or 10950925. OLE color: 10950925.

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

Color convert

RGB1325167-
CMYK0.920.8500.35
HSL235.32º85.56%35.29%-
HSV(B)235.32º92.22%65.49%-
XYZ7.493.5736.85-
YUV37.6201.02110.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 167 (65.62% from 255) = 81.46%
R=6.34%
G=12.20%
B=81.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13251670.920.8500.35235.3285.5635.29
HexD19A75C55023eb5623
Octal153124713412504335312643
Binary11011100110100111101110010101010100011111010111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D19A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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