#165C78

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

Shades of Orient #165C78

Tints of Orient #165C78

Color information

#165C78 (or 0x165C78) is unknown color: approx Orient. HEX triplet: 16, 5C and 78. RGB value is (22,92,120). Sum of RGB (Red+Green+Blue) = 22+92+120=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #165C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C78 is #E9A387. Grayscale: #4A4A4A. Windows color (decimal): -15311752 or 7887894. OLE color: 7887894.

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

Color convert

RGB2292120-
CMYK0.820.2300.53
HSL197.14º69.01%27.84%-
HSV(B)197.14º81.67%47.06%-
XYZ7.559.1819.14-
YUV74.26153.8190.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=9.40%
G=39.32%
B=51.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22921200.820.2300.53197.1469.0127.84
Hex165C785217035c5451c
Octal261341701222706530510534
Binary1011010111001111000101001010111011010111000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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