#0D0ECD

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

Shades of Medium Blue #0D0ECD

Tints of Medium Blue #0D0ECD

Color information

#0D0ECD (or 0x0D0ECD) is unknown color: approx Medium Blue. HEX triplet: 0D, 0E and CD. RGB value is (13,14,205). Sum of RGB (Red+Green+Blue) = 13+14+205=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 205 (80.47% from 255 or 88.36% from 232); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D0ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0ECD is #F2F132. Grayscale: #222222. Windows color (decimal): -15921459 or 13438477. OLE color: 13438477.

HSL color Cylindrical-coordinate representation of color #0D0ECD: hue angle of 239.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0ECD is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1314205-
CMYK0.940.9300.20
HSL239.69º88.07%42.75%-
HSV(B)239.69º93.66%80.39%-
XYZ11.344.8158.09-
YUV35.48223.67111.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 205 (80.47% from 255) = 88.36%
R=5.60%
G=6.03%
B=88.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13142050.940.9300.20239.6988.0742.75
HexDECD5E5D014f0582b
Octal151631513613502436013053
Binary110111101100110110111101011101010100111100001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,14,205); }

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

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

 a { background-color: rgb(13,14,205); }

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

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

 span { border-color: rgb(13,14,205); }

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