#165779

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

Shades of Orient #165779

Tints of Orient #165779

Color information

#165779 (or 0x165779) is unknown color: approx Orient. HEX triplet: 16, 57 and 79. RGB value is (22,87,121). Sum of RGB (Red+Green+Blue) = 22+87+121=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #165779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165779 is #E9A886. Grayscale: #474747. Windows color (decimal): -15313031 or 7952150. OLE color: 7952150.

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

Color convert

RGB2287121-
CMYK0.820.2800.53
HSL200.61º69.23%28.04%-
HSV(B)200.61º81.82%47.45%-
XYZ7.198.3719.33-
YUV71.44155.9792.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=9.57%
G=37.83%
B=52.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22871210.820.2800.53200.6169.2328.04
Hex165779521C035c9451c
Octal261271711223406531110534
Binary1011010101111111001101001011100011010111001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165779; }

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

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

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

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

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

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

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

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