#0D1AAA

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

Shades of Egyptian Blue #0D1AAA

Tints of Egyptian Blue #0D1AAA

Color information

#0D1AAA (or 0x0D1AAA) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 1A and AA. RGB value is (13,26,170). Sum of RGB (Red+Green+Blue) = 13+26+170=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D1AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1AAA is #F2E555. Grayscale: #252525. Windows color (decimal): -15918422 or 11147789. OLE color: 11147789.

HSL color Cylindrical-coordinate representation of color #0D1AAA: hue angle of 235.03º 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 #0D1AAA is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1326170-
CMYK0.920.8500.33
HSL235.03º85.79%35.88%-
HSV(B)235.03º92.35%66.67%-
XYZ7.793.7338.34-
YUV38.53202.19109.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.22%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 170 (66.80% from 255) = 81.34%
R=6.22%
G=12.44%
B=81.34%

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
Decimal13261700.920.8500.33235.0385.7935.88
HexD1AAA5C55021eb5624
Octal153225213412504135312644
Binary11011101010101010101110010101010100001111010111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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