#165273

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

Shades of Orient #165273

Tints of Orient #165273

Color information

#165273 (or 0x165273) is unknown color: approx Orient. HEX triplet: 16, 52 and 73. RGB value is (22,82,115). Sum of RGB (Red+Green+Blue) = 22+82+115=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #165273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165273 is #E9AD8C. Grayscale: #434343. Windows color (decimal): -15314317 or 7557654. OLE color: 7557654.

HSL color Cylindrical-coordinate representation of color #165273: hue angle of 201.29º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165273 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2282115-
CMYK0.810.2900.55
HSL201.29º67.88%26.86%-
HSV(B)201.29º80.87%45.1%-
XYZ6.447.4417.32-
YUV67.82154.6295.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.05%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=10.05%
G=37.44%
B=52.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22821150.810.2900.55201.2967.8826.86
Hex165273511D037c9441b
Octal261221631213506731110433
Binary1011010100101110011101000111101011011111001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165273; }

 p { color: rgb(22,82,115); }

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

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

 a { background-color: rgb(22,82,115); }

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

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

 span { border-color: rgb(22,82,115); }

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