#165A78

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

Shades of Orient #165A78

Tints of Orient #165A78

Color information

#165A78 (or 0x165A78) is unknown color: approx Orient. HEX triplet: 16, 5A and 78. RGB value is (22,90,120). Sum of RGB (Red+Green+Blue) = 22+90+120=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #165A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A78 is #E9A587. Grayscale: #484848. Windows color (decimal): -15312264 or 7887382. OLE color: 7887382.

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

Color convert

RGB2290120-
CMYK0.820.2500.53
HSL198.37º69.01%27.84%-
HSV(B)198.37º81.67%47.06%-
XYZ7.388.8419.09-
YUV73.09154.4791.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.48%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=9.48%
G=38.79%
B=51.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22901200.820.2500.53198.3769.0127.84
Hex165A785219035c6451c
Octal261321701223106530610534
Binary1011010110101111000101001011001011010111000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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