#0D0CC7

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

Shades of Medium Blue #0D0CC7

Tints of Medium Blue #0D0CC7

Color information

#0D0CC7 (or 0x0D0CC7) is unknown color: approx Medium Blue. HEX triplet: 0D, 0C and C7. RGB value is (13,12,199). Sum of RGB (Red+Green+Blue) = 13+12+199=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 199 (78.12% from 255 or 88.84% from 224); Max value from RGB is 199 - color contains mainly: blue. Hex color #0D0CC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0CC7 is #F2F338. Grayscale: #202020. Windows color (decimal): -15921977 or 13044749. OLE color: 13044749.

HSL color Cylindrical-coordinate representation of color #0D0CC7: hue angle of 240.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0CC7 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1312199-
CMYK0.930.9400.22
HSL240.32º88.63%41.37%-
HSV(B)240.32º93.97%78.04%-
XYZ10.614.4754.34-
YUV33.62221.33113.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.80%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 199 (78.12% from 255) = 88.84%
R=5.80%
G=5.36%
B=88.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13121990.930.9400.22240.3288.6341.37
HexDCC75D5E016f05929
Octal151430713513602636013151
Binary110111001100011110111011011110010110111100001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,12,199); }

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

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

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

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

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

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

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