Html Css Color HEX #0D01BB Medium Blue

📋 copy color: '#0D01BB'

red 13 ◦ green 1 ◦ blue 187

#0D01BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0D01BB

Tints of Medium Blue #0D01BB

RGB

 RED value IS 13 (5.47% from 255) = 6.47%

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 187 (73.44% from 255) = 93.03%

R = 6.47%
G = 0.5%
B = 93.03%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D01BB (or 0x0D01BB) is known color: Medium Blue. HEX triplet: 0D, 01 and BB. RGB value is (13,1,187). Sum of RGB (Red+Green+Blue) = 13+1+187=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 187 (73.44% from 255 or 93.03% from 201); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D01BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D01BB is #F2FE44. Grayscale: #191919. Windows color (decimal): -15924805 or 12255501. OLE color: 12255501.

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

Color convert

RGB 13 1 187 -
CMYK 0.93 0.99 0 0.27
HSL 243.87º 0.99% 0.37% -
HSV(B) 243.87º 0.99% 0.73% -
XYZ 9.15 3.7 47.24 -
YUV 25.79 218.98 118.88 -
System Red Green Blue C M Y K H S L
Decimal 13 1 187 0.93 0.99 0 0.27 243.87 0.99 0.37
Hex D 1 BB 5D 63 0 1B F4 63 25
Octal 15 1 273 135 143 0 33 364 143 45
Binary 1101 1 10111011 1011101 1100011 0 11011 11110100 1100011 100101

Color Harmonies of #0D01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D01BB

Black with #0D01BB

Text Example


Text Example

White with #0D01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D01BB;
 }
 .AnyTagClassName
 {
   color: #0D01BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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