Html Css Color HEX #0D01BC Medium Blue

📋 copy color: '#0D01BC'

red 13 ◦ green 1 ◦ blue 188

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

Shades of Medium Blue #0D01BC

Tints of Medium Blue #0D01BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 93.07%

R = 6.44%
G = 0.5%
B = 93.07%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D01BC (or 0x0D01BC) is known color: Medium Blue. HEX triplet: 0D, 01 and BC. RGB value is (13,1,188). Sum of RGB (Red+Green+Blue) = 13+1+188=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 188 (73.83% from 255 or 93.07% from 202); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D01BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D01BC is #F2FE43. Grayscale: #191919. Windows color (decimal): -15924804 or 12321037. OLE color: 12321037.

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

Color convert

RGB 13 1 188 -
CMYK 0.93 0.99 0 0.26
HSL 243.85º 0.99% 0.37% -
HSV(B) 243.85º 0.99% 0.74% -
XYZ 9.25 3.74 47.81 -
YUV 25.91 219.48 118.79 -
System Red Green Blue C M Y K H S L
Decimal 13 1 188 0.93 0.99 0 0.26 243.85 0.99 0.37
Hex D 1 BC 5D 63 0 1A F4 63 25
Octal 15 1 274 135 143 0 32 364 143 45
Binary 1101 1 10111100 1011101 1100011 0 11010 11110100 1100011 100101

Color Harmonies of #0D01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D01BC

Black with #0D01BC

Text Example


Text Example

White with #0D01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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