Html Css Color HEX #010BBF Medium Blue

📋 copy color: '#010BBF'

red 1 ◦ green 11 ◦ blue 191

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

Shades of Medium Blue #010BBF

Tints of Medium Blue #010BBF

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#010BBF (or 0x010BBF) is known color: Medium Blue. HEX triplet: 01, 0B and BF. RGB value is (1,11,191). Sum of RGB (Red+Green+Blue) = 1+11+191=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 11 (4.69% from 255 or 5.42% 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 #010BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BBF is #FEF440. Grayscale: #1B1B1B. Windows color (decimal): -16708673 or 12520193. OLE color: 12520193.

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

Color convert

RGB 1 11 191 -
CMYK 0.99 0.94 0 0.25
HSL 236.84º 0.99% 0.38% -
HSV(B) 236.84º 0.99% 0.75% -
XYZ 9.54 4.01 49.56 -
YUV 28.53 219.69 108.36 -
System Red Green Blue C M Y K H S L
Decimal 1 11 191 0.99 0.94 0 0.25 236.84 0.99 0.38
Hex 1 B BF 63 5E 0 19 ED 63 26
Octal 1 13 277 143 136 0 31 355 143 46
Binary 1 1011 10111111 1100011 1011110 0 11001 11101101 1100011 100110

Color Harmonies of #010BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BBF

Black with #010BBF

Text Example


Text Example

White with #010BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010BBF; }

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

 H1.HeaderClassName
 {
   color: #010BBF;
 }
 .AnyTagClassName
 {
   color: #010BBF;
 }
</style>

background-color css

<style>
 a { background-color: #010BBF; }

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

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

border-color css

<style>
 span { border-color: #010BBF; }

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

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