Html Css Color HEX #010BBB Medium Blue

📋 copy color: '#010BBB'

red 1 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #010BBB

Tints of Medium Blue #010BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 93.97%

R = 0.5%
G = 5.53%
B = 93.97%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#010BBB (or 0x010BBB) is known color: Medium Blue. HEX triplet: 01, 0B and BB. RGB value is (1,11,187). Sum of RGB (Red+Green+Blue) = 1+11+187=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 187 (73.44% from 255 or 93.97% from 199); Max value from RGB is 187 - color contains mainly: blue. Hex color #010BBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BBB is #FEF444. Grayscale: #1B1B1B. Windows color (decimal): -16708677 or 12258049. OLE color: 12258049.

HSL color Cylindrical-coordinate representation of color #010BBB: hue angle of 236.77º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010BBB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 11 187 -
CMYK 0.99 0.94 0 0.27
HSL 236.77º 0.99% 0.37% -
HSV(B) 236.77º 0.99% 0.73% -
XYZ 9.1 3.83 47.27 -
YUV 28.07 217.69 108.69 -
System Red Green Blue C M Y K H S L
Decimal 1 11 187 0.99 0.94 0 0.27 236.77 0.99 0.37
Hex 1 B BB 63 5E 0 1B ED 63 25
Octal 1 13 273 143 136 0 33 355 143 45
Binary 1 1011 10111011 1100011 1011110 0 11011 11101101 1100011 100101

Color Harmonies of #010BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BBB

Black with #010BBB

Text Example


Text Example

White with #010BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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