#160CC7

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

Shades of Medium Blue #160CC7

Tints of Medium Blue #160CC7

Color information

#160CC7 (or 0x160CC7) is unknown color: approx Medium Blue. HEX triplet: 16, 0C and C7. RGB value is (22,12,199). Sum of RGB (Red+Green+Blue) = 22+12+199=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 199 (78.12% from 255 or 85.41% from 233); Max value from RGB is 199 - color contains mainly: blue. Hex color #160CC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160CC7 is #E9F338. Grayscale: #232323. Windows color (decimal): -15332153 or 13044758. OLE color: 13044758.

HSL color Cylindrical-coordinate representation of color #160CC7: hue angle of 243.21º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160CC7 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2212199-
CMYK0.890.9400.22
HSL243.21º88.63%41.37%-
HSV(B)243.21º93.97%78.04%-
XYZ10.774.5654.34-
YUV36.31219.81117.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 199 (78.12% from 255) = 85.41%
R=9.44%
G=5.15%
B=85.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22121990.890.9400.22243.2188.6341.37
Hex16CC7595E016f35929
Octal261430713113602636313151
Binary1011011001100011110110011011110010110111100111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160CC7; }

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

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

<style>
 a { background-color: #160CC7; }

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

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

<style>
 span { border-color: #160CC7; }

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

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