#0D0DCE

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

Shades of Medium Blue #0D0DCE

Tints of Medium Blue #0D0DCE

Color information

#0D0DCE (or 0x0D0DCE) is unknown color: approx Medium Blue. HEX triplet: 0D, 0D and CE. RGB value is (13,13,206). Sum of RGB (Red+Green+Blue) = 13+13+206=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D0DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0DCE is #F2F231. Grayscale: #222222. Windows color (decimal): -15921714 or 13503757. OLE color: 13503757.

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

Color convert

RGB1313206-
CMYK0.940.9400.19
HSL240º88.13%42.94%-
HSV(B)240º93.69%80.78%-
XYZ11.454.8358.72-
YUV35224.5112.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 206 (80.86% from 255) = 88.79%
R=5.60%
G=5.60%
B=88.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13132060.940.9400.1924088.1342.94
HexDDCE5E5E013f0582b
Octal151531613613602336013053
Binary110111011100111010111101011110010011111100001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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