#165978

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

Shades of Orient #165978

Tints of Orient #165978

Color information

#165978 (or 0x165978) is unknown color: approx Orient. HEX triplet: 16, 59 and 78. RGB value is (22,89,120). Sum of RGB (Red+Green+Blue) = 22+89+120=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #165978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165978 is #E9A687. Grayscale: #484848. Windows color (decimal): -15312520 or 7887126. OLE color: 7887126.

HSL color Cylindrical-coordinate representation of color #165978: hue angle of 198.98º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165978 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2289120-
CMYK0.820.2600.53
HSL198.98º69.01%27.84%-
HSV(B)198.98º81.67%47.06%-
XYZ7.298.6719.06-
YUV72.5154.891.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=9.52%
G=38.53%
B=51.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22891200.820.2600.53198.9869.0127.84
Hex165978521A035c7451c
Octal261311701223206530710534
Binary1011010110011111000101001011010011010111000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165978; }

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

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

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

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

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

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

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

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