#165975

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

Shades of Orient #165975

Tints of Orient #165975

Color information

#165975 (or 0x165975) is unknown color: approx Orient. HEX triplet: 16, 59 and 75. RGB value is (22,89,117). Sum of RGB (Red+Green+Blue) = 22+89+117=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #165975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165975 is #E9A68A. Grayscale: #474747. Windows color (decimal): -15312523 or 7690518. OLE color: 7690518.

HSL color Cylindrical-coordinate representation of color #165975: hue angle of 197.68º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165975 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2289117-
CMYK0.810.2400.54
HSL197.68º68.35%27.25%-
HSV(B)197.68º81.2%45.88%-
XYZ7.118.618.11-
YUV72.16153.392.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=9.65%
G=39.04%
B=51.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22891170.810.2400.54197.6868.3527.25
Hex1659755118036c6441b
Octal261311651213006630610433
Binary1011010110011110101101000111000011011011000110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165975; }

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

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

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

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

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

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

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

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