Html Css Color HEX #100CBB Medium Blue

📋 copy color: '#100CBB'

red 16 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #100CBB

Tints of Medium Blue #100CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.58%

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

R = 7.44%
G = 5.58%
B = 86.98%

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

#100CBB (or 0x100CBB) is known color: Medium Blue. HEX triplet: 10, 0C and BB. RGB value is (16,12,187). Sum of RGB (Red+Green+Blue) = 16+12+187=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #100CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CBB is #EFF344. Grayscale: #202020. Windows color (decimal): -15725381 or 12258320. OLE color: 12258320.

HSL color Cylindrical-coordinate representation of color #100CBB: hue angle of 241.37º degrees, saturation: 0.88, 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 #100CBB is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 12 187 -
CMYK 0.91 0.94 0 0.27
HSL 241.37º 0.88% 0.39% -
HSV(B) 241.37º 0.94% 0.73% -
XYZ 9.31 3.96 47.29 -
YUV 33.15 214.83 115.77 -
System Red Green Blue C M Y K H S L
Decimal 16 12 187 0.91 0.94 0 0.27 241.37 0.88 0.39
Hex 10 C BB 5B 5E 0 1B F1 58 27
Octal 20 14 273 133 136 0 33 361 130 47
Binary 10000 1100 10111011 1011011 1011110 0 11011 11110001 1011000 100111

Color Harmonies of #100CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100CBB

Black with #100CBB

Text Example


Text Example

White with #100CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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