Html Css Color HEX #0B01BF Medium Blue

📋 copy color: '#0B01BF'

red 11 ◦ green 1 ◦ blue 191

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

Shades of Medium Blue #0B01BF

Tints of Medium Blue #0B01BF

RGB

 RED value IS 11 (4.69% from 255) = 5.42%

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

 BLUE value IS 191 (75% from 255) = 94.09%

R = 5.42%
G = 0.49%
B = 94.09%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B01BF (or 0x0B01BF) is known color: Medium Blue. HEX triplet: 0B, 01 and BF. RGB value is (11,1,191). Sum of RGB (Red+Green+Blue) = 11+1+191=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 191 (75% from 255 or 94.09% from 203); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B01BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B01BF is #F4FE40. Grayscale: #181818. Windows color (decimal): -16055873 or 12517643. OLE color: 12517643.

HSL color Cylindrical-coordinate representation of color #0B01BF: hue angle of 243.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B01BF is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 1 191 -
CMYK 0.94 0.99 0 0.25
HSL 243.16º 0.99% 0.38% -
HSV(B) 243.16º 0.99% 0.75% -
XYZ 9.55 3.85 49.53 -
YUV 25.65 221.31 117.55 -
System Red Green Blue C M Y K H S L
Decimal 11 1 191 0.94 0.99 0 0.25 243.16 0.99 0.38
Hex B 1 BF 5E 63 0 19 F3 63 26
Octal 13 1 277 136 143 0 31 363 143 46
Binary 1011 1 10111111 1011110 1100011 0 11001 11110011 1100011 100110

Color Harmonies of #0B01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B01BF

Black with #0B01BF

Text Example


Text Example

White with #0B01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,1,191); }

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

background-color css

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

 a { background-color: rgb(11,1,191); }

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

border-color css

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

 span { border-color: rgb(11,1,191); }

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