#165272

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

Shades of Orient #165272

Tints of Orient #165272

Color information

#165272 (or 0x165272) is unknown color: approx Orient. HEX triplet: 16, 52 and 72. RGB value is (22,82,114). Sum of RGB (Red+Green+Blue) = 22+82+114=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #165272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165272 is #E9AD8D. Grayscale: #434343. Windows color (decimal): -15314318 or 7492118. OLE color: 7492118.

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

Color convert

RGB2282114-
CMYK0.810.2800.55
HSL200.87º67.65%26.67%-
HSV(B)200.87º80.7%44.71%-
XYZ6.397.4217.02-
YUV67.71154.1295.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=10.09%
G=37.61%
B=52.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22821140.810.2800.55200.8767.6526.67
Hex165272511C037c9441b
Octal261221621213406731110433
Binary1011010100101110010101000111100011011111001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165272; }

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

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

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

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

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

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

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

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