#165172

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

Shades of Orient #165172

Tints of Orient #165172

Color information

#165172 (or 0x165172) is unknown color: approx Orient. HEX triplet: 16, 51 and 72. RGB value is (22,81,114). Sum of RGB (Red+Green+Blue) = 22+81+114=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #165172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165172 is #E9AE8D. Grayscale: #424242. Windows color (decimal): -15314574 or 7491862. OLE color: 7491862.

HSL color Cylindrical-coordinate representation of color #165172: hue angle of 201.52º 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 #165172 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2281114-
CMYK0.810.2900.55
HSL201.52º67.65%26.67%-
HSV(B)201.52º80.7%44.71%-
XYZ6.317.2716.99-
YUV67.12154.4595.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=10.14%
G=37.33%
B=52.53%

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
Decimal22811140.810.2900.55201.5267.6526.67
Hex165172511D037ca441b
Octal261211621213506731210433
Binary1011010100011110010101000111101011011111001010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165172; }

 p { color: rgb(22,81,114); }

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

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

 a { background-color: rgb(22,81,114); }

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

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

 span { border-color: rgb(22,81,114); }

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