#0d01b6

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

Shades of Medium Blue #0D01B6

Tints of Medium Blue #0D01B6

Color information

#0D01B6 (or 0x0D01B6) is unknown color: approx Medium Blue. HEX triplet: 0D, 01 and B6. RGB value is (13,1,182). Sum of RGB (Red+Green+Blue) = 13+1+182=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 182 (71.48% from 255 or 92.86% from 196); Max value from RGB is 182 - color contains mainly: blue. Hex color #0D01B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D01B6 is #F2FE49. Grayscale: #181818. Windows color (decimal): -15924810 or 11927821. OLE color: 11927821.

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

Color convert

RGB131182-
CMYK0.930.9900.29
HSL243.98º98.91%35.88%-
HSV(B)243.98º99.45%71.37%-
XYZ8.623.4844.47-
YUV25.22216.48119.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.63%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 182 (71.48% from 255) = 92.86%
R=6.63%
G=0.51%
B=92.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311820.930.9900.29243.9898.9135.88
HexD1B65D6301Df46324
Octal15126613514303536414344
Binary110111011011010111011100011011101111101001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d01b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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