#0D11B9

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

Shades of Medium Blue #0D11B9

Tints of Medium Blue #0D11B9

Color information

#0D11B9 (or 0x0D11B9) is unknown color: approx Medium Blue. HEX triplet: 0D, 11 and B9. RGB value is (13,17,185). Sum of RGB (Red+Green+Blue) = 13+17+185=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 185 (72.66% from 255 or 86.05% from 215); Max value from RGB is 185 - color contains mainly: blue. Hex color #0D11B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D11B9 is #F2EE46. Grayscale: #222222. Windows color (decimal): -15920711 or 12128525. OLE color: 12128525.

HSL color Cylindrical-coordinate representation of color #0D11B9: hue angle of 238.6º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D11B9 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1317185-
CMYK0.930.9100.27
HSL238.6º86.87%38.82%-
HSV(B)238.6º92.97%72.55%-
XYZ9.123.9946.19-
YUV34.96212.67112.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.05%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 185 (72.66% from 255) = 86.05%
R=6.05%
G=7.91%
B=86.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13171850.930.9100.27238.686.8738.82
HexD11B95D5B01Bef5727
Octal152127113513303335712747
Binary1101100011011100110111011011011011011111011111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D11B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,17,185); }

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

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

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

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

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

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

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