#165469

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

Shades of Orient #165469

Tints of Orient #165469

Color information

#165469 (or 0x165469) is unknown color: approx Orient. HEX triplet: 16, 54 and 69. RGB value is (22,84,105). Sum of RGB (Red+Green+Blue) = 22+84+105=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #165469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165469 is #E9AB96. Grayscale: #434343. Windows color (decimal): -15313815 or 6902806. OLE color: 6902806.

HSL color Cylindrical-coordinate representation of color #165469: hue angle of 195.18º 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 #165469 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2284105-
CMYK0.790.2000.59
HSL195.18º65.35%24.9%-
HSV(B)195.18º79.05%41.18%-
XYZ6.057.5314.5-
YUV67.86148.9695.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=10.43%
G=39.81%
B=49.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22841050.790.2000.59195.1865.3524.9
Hex1654694F1403Bc34119
Octal261241511172407330310131
Binary1011010101001101001100111110100011101111000011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165469; }

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

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

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

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

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

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

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

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