#16607C

Color #16607C Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #16607C

Tints of Allports #16607C

Color information

#16607C (or 0x16607C) is unknown color: approx Allports. HEX triplet: 16, 60 and 7C. RGB value is (22,96,124). Sum of RGB (Red+Green+Blue) = 22+96+124=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #16607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16607C is #E99F83. Grayscale: #4C4C4C. Windows color (decimal): -15310724 or 8151062. OLE color: 8151062.

HSL color Cylindrical-coordinate representation of color #16607C: hue angle of 196.47º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16607C is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2296124-
CMYK0.820.2300.51
HSL196.47º69.86%28.63%-
HSV(B)196.47º82.26%48.63%-
XYZ8.159.9920.57-
YUV77.07154.4888.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.09%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=9.09%
G=39.67%
B=51.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22961240.820.2300.51196.4769.8628.63
Hex16607C5217033c4461d
Octal261401741222706330410635
Binary1011011000001111100101001010111011001111000100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16607C; }

 p { color: rgb(22,96,124); }

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

<style>
 a { background-color: #16607C; }

 a { background-color: rgb(22,96,124); }

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

<style>
 span { border-color: #16607C; }

 span { border-color: rgb(22,96,124); }

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