#165468

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

Shades of Orient #165468

Tints of Orient #165468

Color information

#165468 (or 0x165468) is unknown color: approx Orient. HEX triplet: 16, 54 and 68. RGB value is (22,84,104). Sum of RGB (Red+Green+Blue) = 22+84+104=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #165468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165468 is #E9AB97. Grayscale: #434343. Windows color (decimal): -15313816 or 6837270. OLE color: 6837270.

HSL color Cylindrical-coordinate representation of color #165468: hue angle of 194.63º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165468 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2284104-
CMYK0.790.1900.59
HSL194.63º65.08%24.71%-
HSV(B)194.63º78.85%40.78%-
XYZ67.5114.23-
YUV67.74148.4695.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=10.48%
G=40%
B=49.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22841040.790.1900.59194.6365.0824.71
Hex1654684F1303Bc34119
Octal261241501172307330310131
Binary1011010101001101000100111110011011101111000011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165468; }

 p { color: rgb(22,84,104); }

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

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

 a { background-color: rgb(22,84,104); }

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

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

 span { border-color: rgb(22,84,104); }

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