#0D0CB5

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

Shades of Medium Blue #0D0CB5

Tints of Medium Blue #0D0CB5

Color information

#0D0CB5 (or 0x0D0CB5) is unknown color: approx Medium Blue. HEX triplet: 0D, 0C and B5. RGB value is (13,12,181). Sum of RGB (Red+Green+Blue) = 13+12+181=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 181 (71.09% from 255 or 87.86% from 206); Max value from RGB is 181 - color contains mainly: blue. Hex color #0D0CB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0CB5 is #F2F34A. Grayscale: #1E1E1E. Windows color (decimal): -15921995 or 11865101. OLE color: 11865101.

HSL color Cylindrical-coordinate representation of color #0D0CB5: hue angle of 240.36º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D0CB5 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1312181-
CMYK0.930.9300.29
HSL240.36º87.56%37.84%-
HSV(B)240.36º93.37%70.98%-
XYZ8.643.6843.97-
YUV31.56212.33114.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 181 (71.09% from 255) = 87.86%
R=6.31%
G=5.83%
B=87.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13121810.930.9300.29240.3687.5637.84
HexDCB55D5D01Df05826
Octal151426513513503536013046
Binary110111001011010110111011011101011101111100001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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