#16597B

Color #16597B Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #16597B

Tints of Orient #16597B

Color information

#16597B (or 0x16597B) is unknown color: approx Orient. HEX triplet: 16, 59 and 7B. RGB value is (22,89,123). Sum of RGB (Red+Green+Blue) = 22+89+123=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #16597B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16597B is #E9A684. Grayscale: #484848. Windows color (decimal): -15312517 or 8083734. OLE color: 8083734.

HSL color Cylindrical-coordinate representation of color #16597B: hue angle of 200.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16597B is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2289123-
CMYK0.820.2800.52
HSL200.2º69.66%28.43%-
HSV(B)200.2º82.11%48.24%-
XYZ7.488.7520.03-
YUV72.84156.391.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=9.40%
G=38.03%
B=52.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22891230.820.2800.52200.269.6628.43
Hex16597B521C034c8461c
Octal261311731223406431010634
Binary1011010110011111011101001011100011010011001000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16597B; }

 p { color: rgb(22,89,123); }

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

<style>
 a { background-color: #16597B; }

 a { background-color: rgb(22,89,123); }

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

<style>
 span { border-color: #16597B; }

 span { border-color: rgb(22,89,123); }

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