Html Css Color HEX #0101BF Medium Blue

📋 copy color: '#0101BF'

red 1 ◦ green 1 ◦ blue 191

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

Shades of Medium Blue #0101BF

Tints of Medium Blue #0101BF

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

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

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

R = 0.52%
G = 0.52%
B = 98.96%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0101BF (or 0x0101BF) is known color: Medium Blue. HEX triplet: 01, 01 and BF. RGB value is (1,1,191). Sum of RGB (Red+Green+Blue) = 1+1+191=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 191 (75% from 255 or 98.96% from 193); Max value from RGB is 191 - color contains mainly: blue. Hex color #0101BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0101BF is #FEFE40. Grayscale: #151515. Windows color (decimal): -16711233 or 12517633. OLE color: 12517633.

HSL color Cylindrical-coordinate representation of color #0101BF: hue angle of 240º 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 #0101BF is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 1 191 -
CMYK 0.99 0.99 0 0.25
HSL 240º 0.99% 0.38% -
HSV(B) 240º 0.99% 0.75% -
XYZ 9.43 3.79 49.52 -
YUV 22.66 223 112.55 -
System Red Green Blue C M Y K H S L
Decimal 1 1 191 0.99 0.99 0 0.25 240 0.99 0.38
Hex 1 1 BF 63 63 0 19 F0 63 26
Octal 1 1 277 143 143 0 31 360 143 46
Binary 1 1 10111111 1100011 1100011 0 11001 11110000 1100011 100110

Color Harmonies of #0101BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0101BF

Black with #0101BF

Text Example


Text Example

White with #0101BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0101BF; }

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

 H1.HeaderClassName
 {
   color: #0101BF;
 }
 .AnyTagClassName
 {
   color: #0101BF;
 }
</style>

background-color css

<style>
 a { background-color: #0101BF; }

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

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

border-color css

<style>
 span { border-color: #0101BF; }

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

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