#0D3DAA

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

Shades of Egyptian Blue #0D3DAA

Tints of Egyptian Blue #0D3DAA

Color information

#0D3DAA (or 0x0D3DAA) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 3D and AA. RGB value is (13,61,170). Sum of RGB (Red+Green+Blue) = 13+61+170=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D3DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3DAA is #F2C255. Grayscale: #3A3A3A. Windows color (decimal): -15909462 or 11156749. OLE color: 11156749.

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

Color convert

RGB1361170-
CMYK0.920.6400.33
HSL221.66º85.79%35.88%-
HSV(B)221.66º92.35%66.67%-
XYZ9.096.3338.77-
YUV59.07190.695.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.33%
GREEN value IS 61 (24.22% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 69.67%
R=5.33%
G=25%
B=69.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13611700.920.6400.33221.6685.7935.88
HexD3DAA5C40021de5624
Octal157525213410004133612644
Binary110111110110101010101110010000000100001110111101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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