#0D13B6

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

Shades of Medium Blue #0D13B6

Tints of Medium Blue #0D13B6

Color information

#0D13B6 (or 0x0D13B6) is unknown color: approx Medium Blue. HEX triplet: 0D, 13 and B6. RGB value is (13,19,182). Sum of RGB (Red+Green+Blue) = 13+19+182=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 182 (71.48% from 255 or 85.05% from 214); Max value from RGB is 182 - color contains mainly: blue. Hex color #0D13B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D13B6 is #F2EC49. Grayscale: #232323. Windows color (decimal): -15920202 or 11932429. OLE color: 11932429.

HSL color Cylindrical-coordinate representation of color #0D13B6: hue angle of 237.87º degrees, saturation: 0.87, 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 #0D13B6 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1319182-
CMYK0.930.9000.29
HSL237.87º86.67%38.24%-
HSV(B)237.87º92.86%71.37%-
XYZ8.843.9344.55-
YUV35.79210.51111.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.07%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 182 (71.48% from 255) = 85.05%
R=6.07%
G=8.88%
B=85.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13191820.930.9000.29237.8786.6738.24
HexD13B65D5A01Dee5726
Octal152326613513203535612746
Binary1101100111011011010111011011010011101111011101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D13B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,19,182); }

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

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

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

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

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

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

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