#165A79

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

Shades of Orient #165A79

Tints of Orient #165A79

Color information

#165A79 (or 0x165A79) is unknown color: approx Orient. HEX triplet: 16, 5A and 79. RGB value is (22,90,121). Sum of RGB (Red+Green+Blue) = 22+90+121=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #165A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A79 is #E9A586. Grayscale: #494949. Windows color (decimal): -15312263 or 7952918. OLE color: 7952918.

HSL color Cylindrical-coordinate representation of color #165A79: hue angle of 198.79º 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 #165A79 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2290121-
CMYK0.820.2600.53
HSL198.79º69.23%28.04%-
HSV(B)198.79º81.82%47.45%-
XYZ7.448.8619.41-
YUV73.2154.9791.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=9.44%
G=38.63%
B=51.93%

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
Decimal22901210.820.2600.53198.7969.2328.04
Hex165A79521A035c7451c
Octal261321711223206530710534
Binary1011010110101111001101001011010011010111000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165A79; }

 p { color: rgb(22,90,121); }

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

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

 a { background-color: rgb(22,90,121); }

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

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

 span { border-color: rgb(22,90,121); }

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