Html Css Color HEX #100BBE Medium Blue

📋 copy color: '#100BBE'

red 16 ◦ green 11 ◦ blue 190

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

Shades of Medium Blue #100BBE

Tints of Medium Blue #100BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 87.56%

R = 7.37%
G = 5.07%
B = 87.56%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#100BBE (or 0x100BBE) is known color: Medium Blue. HEX triplet: 10, 0B and BE. RGB value is (16,11,190). Sum of RGB (Red+Green+Blue) = 16+11+190=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 190 (74.61% from 255 or 87.56% from 217); Max value from RGB is 190 - color contains mainly: blue. Hex color #100BBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BBE is #EFF441. Grayscale: #202020. Windows color (decimal): -15725634 or 12454672. OLE color: 12454672.

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

Color convert

RGB 16 11 190 -
CMYK 0.92 0.94 0 0.25
HSL 241.68º 0.89% 0.39% -
HSV(B) 241.68º 0.94% 0.75% -
XYZ 9.63 4.07 48.99 -
YUV 32.9 216.66 115.95 -
System Red Green Blue C M Y K H S L
Decimal 16 11 190 0.92 0.94 0 0.25 241.68 0.89 0.39
Hex 10 B BE 5C 5E 0 19 F2 59 27
Octal 20 13 276 134 136 0 31 362 131 47
Binary 10000 1011 10111110 1011100 1011110 0 11001 11110010 1011001 100111

Color Harmonies of #100BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100BBE

Black with #100BBE

Text Example


Text Example

White with #100BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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