Html Css Color HEX #100BBB Medium Blue

📋 copy color: '#100BBB'

red 16 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #100BBB

Tints of Medium Blue #100BBB

RGB

 RED value IS 16 (6.64% from 255) = 7.48%

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

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

R = 7.48%
G = 5.14%
B = 87.38%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#100BBB (or 0x100BBB) is known color: Medium Blue. HEX triplet: 10, 0B and BB. RGB value is (16,11,187). Sum of RGB (Red+Green+Blue) = 16+11+187=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 187 (73.44% from 255 or 87.38% from 214); Max value from RGB is 187 - color contains mainly: blue. Hex color #100BBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BBB is #EFF444. Grayscale: #1F1F1F. Windows color (decimal): -15725637 or 12258064. OLE color: 12258064.

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

Color convert

RGB 16 11 187 -
CMYK 0.91 0.94 0 0.27
HSL 241.7º 0.89% 0.39% -
HSV(B) 241.7º 0.94% 0.73% -
XYZ 9.3 3.94 47.28 -
YUV 32.56 215.16 116.19 -
System Red Green Blue C M Y K H S L
Decimal 16 11 187 0.91 0.94 0 0.27 241.7 0.89 0.39
Hex 10 B BB 5B 5E 0 1B F2 59 27
Octal 20 13 273 133 136 0 33 362 131 47
Binary 10000 1011 10111011 1011011 1011110 0 11011 11110010 1011001 100111

Color Harmonies of #100BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100BBB

Black with #100BBB

Text Example


Text Example

White with #100BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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