#0D2DAA

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

Shades of Egyptian Blue #0D2DAA

Tints of Egyptian Blue #0D2DAA

Color information

#0D2DAA (or 0x0D2DAA) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2D and AA. RGB value is (13,45,170). Sum of RGB (Red+Green+Blue) = 13+45+170=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D2DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2DAA is #F2D255. Grayscale: #313131. Windows color (decimal): -15913558 or 11152653. OLE color: 11152653.

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

Color convert

RGB1345170-
CMYK0.920.7400.33
HSL227.77º85.79%35.88%-
HSV(B)227.77º92.35%66.67%-
XYZ8.364.8638.53-
YUV49.68195.9101.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.70%
GREEN value IS 45 (17.97% from 255) = 19.74%
BLUE value IS 170 (66.80% from 255) = 74.56%
R=5.70%
G=19.74%
B=74.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13451700.920.7400.33227.7785.7935.88
HexD2DAA5C4A021e45624
Octal155525213411204134412644
Binary110110110110101010101110010010100100001111001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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