Html Css Color HEX #1016BB Medium Blue

📋 copy color: '#1016BB'

red 16 ◦ green 22 ◦ blue 187

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

Shades of Medium Blue #1016BB

Tints of Medium Blue #1016BB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

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

R = 7.11%
G = 9.78%
B = 83.11%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1016BB (or 0x1016BB) is known color: Medium Blue. HEX triplet: 10, 16 and BB. RGB value is (16,22,187). Sum of RGB (Red+Green+Blue) = 16+22+187=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #1016BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016BB is #EFE944. Grayscale: #262626. Windows color (decimal): -15722821 or 12260880. OLE color: 12260880.

HSL color Cylindrical-coordinate representation of color #1016BB: hue angle of 237.89º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1016BB is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 22 187 -
CMYK 0.91 0.88 0 0.27
HSL 237.89º 0.84% 0.4% -
HSV(B) 237.89º 0.91% 0.73% -
XYZ 9.47 4.27 47.34 -
YUV 39.02 211.51 111.58 -
System Red Green Blue C M Y K H S L
Decimal 16 22 187 0.91 0.88 0 0.27 237.89 0.84 0.4
Hex 10 16 BB 5B 58 0 1B EE 54 28
Octal 20 26 273 133 130 0 33 356 124 50
Binary 10000 10110 10111011 1011011 1011000 0 11011 11101110 1010100 101000

Color Harmonies of #1016BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1016BB

Black with #1016BB

Text Example


Text Example

White with #1016BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1016BB; }

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

 H1.HeaderClassName
 {
   color: #1016BB;
 }
 .AnyTagClassName
 {
   color: #1016BB;
 }
</style>

background-color css

<style>
 a { background-color: #1016BB; }

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

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

border-color css

<style>
 span { border-color: #1016BB; }

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

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