#16628A

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

Shades of Allports #16628A

Tints of Allports #16628A

Color information

#16628A (or 0x16628A) is unknown color: approx Allports. HEX triplet: 16, 62 and 8A. RGB value is (22,98,138). Sum of RGB (Red+Green+Blue) = 22+98+138=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #16628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16628A is #E99D75. Grayscale: #4F4F4F. Windows color (decimal): -15310198 or 9069078. OLE color: 9069078.

HSL color Cylindrical-coordinate representation of color #16628A: hue angle of 200.69º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16628A is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2298138-
CMYK0.840.2900.46
HSL200.69º72.5%31.37%-
HSV(B)200.69º84.06%54.12%-
XYZ9.2910.7425.63-
YUV79.84160.8286.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 138 (54.30% from 255) = 53.49%
R=8.53%
G=37.98%
B=53.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22981380.840.2900.46200.6972.531.37
Hex16628A541D02Ec9481f
Octal261422121243505631111037
Binary10110110001010001010101010011101010111011001001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16628A; }

 p { color: rgb(22,98,138); }

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

<style>
 a { background-color: #16628A; }

 a { background-color: rgb(22,98,138); }

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

<style>
 span { border-color: #16628A; }

 span { border-color: rgb(22,98,138); }

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