#0D3CAD

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

Shades of Egyptian Blue #0D3CAD

Tints of Egyptian Blue #0D3CAD

Color information

#0D3CAD (or 0x0D3CAD) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 3C and AD. RGB value is (13,60,173). Sum of RGB (Red+Green+Blue) = 13+60+173=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D3CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3CAD is #F2C352. Grayscale: #3A3A3A. Windows color (decimal): -15909715 or 11353101. OLE color: 11353101.

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

Color convert

RGB1360173-
CMYK0.920.6500.32
HSL222.38º86.02%36.47%-
HSV(B)222.38º92.49%67.84%-
XYZ9.326.3340.27-
YUV58.83192.4395.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.28%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 173 (67.97% from 255) = 70.33%
R=5.28%
G=24.39%
B=70.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13601730.920.6500.32222.3886.0236.47
HexD3CAD5C41020de5624
Octal157425513410104033612644
Binary110111110010101101101110010000010100000110111101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,60,173); }

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

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

 a { background-color: rgb(13,60,173); }

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

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

 span { border-color: rgb(13,60,173); }

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