#1B16C2

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

Shades of Medium Blue #1B16C2

Tints of Medium Blue #1B16C2

Color information

#1B16C2 (or 0x1B16C2) is unknown color: approx Medium Blue. HEX triplet: 1B, 16 and C2. RGB value is (27,22,194). Sum of RGB (Red+Green+Blue) = 27+22+194=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 194 (76.17% from 255 or 79.84% from 243); Max value from RGB is 194 - color contains mainly: blue. Hex color #1B16C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B16C2 is #E4E93D. Grayscale: #2A2A2A. Windows color (decimal): -15001918 or 12719643. OLE color: 12719643.

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

Color convert

RGB2722194-
CMYK0.860.8900.24
HSL241.74º79.63%42.35%-
HSV(B)241.74º88.66%76.08%-
XYZ10.484.751.39-
YUV43.1213.16116.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.11%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 194 (76.17% from 255) = 79.84%
R=11.11%
G=9.05%
B=79.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27221940.860.8900.24241.7479.6342.35
Hex1B16C25659018f2502a
Octal332630212613103036212052
Binary11011101101100001010101101011001011000111100101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B16C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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