#1B16C7

Color #1B16C7 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1B16C7

Tints of Medium Blue #1B16C7

Color information

#1B16C7 (or 0x1B16C7) is unknown color: approx Medium Blue. HEX triplet: 1B, 16 and C7. RGB value is (27,22,199). Sum of RGB (Red+Green+Blue) = 27+22+199=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 199 (78.12% from 255 or 80.24% from 248); Max value from RGB is 199 - color contains mainly: blue. Hex color #1B16C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B16C7 is #E4E938. Grayscale: #2A2A2A. Windows color (decimal): -15001913 or 13047323. OLE color: 13047323.

HSL color Cylindrical-coordinate representation of color #1B16C7: hue angle of 241.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B16C7 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2722199-
CMYK0.860.8900.22
HSL241.69º80.09%43.33%-
HSV(B)241.69º88.94%78.04%-
XYZ11.054.9354.4-
YUV43.67215.66116.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.89%
GREEN value IS 22 (8.98% from 255) = 8.87%
BLUE value IS 199 (78.12% from 255) = 80.24%
R=10.89%
G=8.87%
B=80.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27221990.860.8900.22241.6980.0943.33
Hex1B16C75659016f2502b
Octal332630712613102636212053
Binary11011101101100011110101101011001010110111100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B16C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B16C7; }

 p { color: rgb(27,22,199); }

 H1.HeaderClassName
 {
   color: #1B16C7;
 }
 .AnyTagClassName
 {
   color: #1B16C7;
 }
</style>
background-color css

<style>
 a { background-color: #1B16C7; }

 a { background-color: rgb(27,22,199); }

 div.DivClassName
 {
   background-color: #1B16C7;
 }
 .BgClassName
 {
   background-color: #1B16C7;
 }
</style>
border-color css

<style>
 span { border-color: #1B16C7; }

 span { border-color: rgb(27,22,199); }

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