Html Css Color HEX #011BBF Medium Blue

📋 copy color: '#011BBF'

red 1 ◦ green 27 ◦ blue 191

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

Shades of Medium Blue #011BBF

Tints of Medium Blue #011BBF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.33%

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

R = 0.46%
G = 12.33%
B = 87.21%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#011BBF (or 0x011BBF) is known color: Medium Blue. HEX triplet: 01, 1B and BF. RGB value is (1,27,191). Sum of RGB (Red+Green+Blue) = 1+27+191=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #011BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BBF is #FEE440. Grayscale: #252525. Windows color (decimal): -16704577 or 12524289. OLE color: 12524289.

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

Color convert

RGB 1 27 191 -
CMYK 0.99 0.86 0 0.25
HSL 231.79º 0.99% 0.38% -
HSV(B) 231.79º 0.99% 0.75% -
XYZ 9.81 4.55 49.65 -
YUV 37.92 214.39 101.66 -
System Red Green Blue C M Y K H S L
Decimal 1 27 191 0.99 0.86 0 0.25 231.79 0.99 0.38
Hex 1 1B BF 63 56 0 19 E8 63 26
Octal 1 33 277 143 126 0 31 350 143 46
Binary 1 11011 10111111 1100011 1010110 0 11001 11101000 1100011 100110

Color Harmonies of #011BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BBF

Black with #011BBF

Text Example


Text Example

White with #011BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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