#0D0DCA

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

Shades of Medium Blue #0D0DCA

Tints of Medium Blue #0D0DCA

Color information

#0D0DCA (or 0x0D0DCA) is unknown color: approx Medium Blue. HEX triplet: 0D, 0D and CA. RGB value is (13,13,202). Sum of RGB (Red+Green+Blue) = 13+13+202=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 202 (79.30% from 255 or 88.60% from 228); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D0DCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0DCA is #F2F235. Grayscale: #212121. Windows color (decimal): -15921718 or 13241613. OLE color: 13241613.

HSL color Cylindrical-coordinate representation of color #0D0DCA: hue angle of 240º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0DCA is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1313202-
CMYK0.940.9400.21
HSL240º87.91%42.16%-
HSV(B)240º93.56%79.22%-
XYZ10.974.6456.19-
YUV34.55222.5112.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.70%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 202 (79.30% from 255) = 88.60%
R=5.70%
G=5.70%
B=88.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13132020.940.9400.2124087.9142.16
HexDDCA5E5E015f0582a
Octal151531213613602536013052
Binary110111011100101010111101011110010101111100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,13,202); }

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

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

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

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

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

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

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