Html Css Color HEX #0116BB Medium Blue

📋 copy color: '#0116BB'

red 1 ◦ green 22 ◦ blue 187

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

Shades of Medium Blue #0116BB

Tints of Medium Blue #0116BB

RGB

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

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

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

R = 0.48%
G = 10.48%
B = 89.05%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0116BB (or 0x0116BB) is known color: Medium Blue. HEX triplet: 01, 16 and BB. RGB value is (1,22,187). Sum of RGB (Red+Green+Blue) = 1+22+187=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 187 (73.44% from 255 or 89.05% from 210); Max value from RGB is 187 - color contains mainly: blue. Hex color #0116BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0116BB is #FEE944. Grayscale: #212121. Windows color (decimal): -16705861 or 12260865. OLE color: 12260865.

HSL color Cylindrical-coordinate representation of color #0116BB: hue angle of 233.23º 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 #0116BB is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 22 187 -
CMYK 0.99 0.88 0 0.27
HSL 233.23º 0.99% 0.37% -
HSV(B) 233.23º 0.99% 0.73% -
XYZ 9.27 4.17 47.33 -
YUV 34.53 214.04 104.08 -
System Red Green Blue C M Y K H S L
Decimal 1 22 187 0.99 0.88 0 0.27 233.23 0.99 0.37
Hex 1 16 BB 63 58 0 1B E9 63 25
Octal 1 26 273 143 130 0 33 351 143 45
Binary 1 10110 10111011 1100011 1011000 0 11011 11101001 1100011 100101

Color Harmonies of #0116BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0116BB

Black with #0116BB

Text Example


Text Example

White with #0116BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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