#165275

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

Shades of Orient #165275

Tints of Orient #165275

Color information

#165275 (or 0x165275) is unknown color: approx Orient. HEX triplet: 16, 52 and 75. RGB value is (22,82,117). Sum of RGB (Red+Green+Blue) = 22+82+117=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #165275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165275 is #E9AD8A. Grayscale: #434343. Windows color (decimal): -15314315 or 7688726. OLE color: 7688726.

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

Color convert

RGB2282117-
CMYK0.810.3000.54
HSL202.11º68.35%27.25%-
HSV(B)202.11º81.2%45.88%-
XYZ6.567.4917.93-
YUV68.05155.6295.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=9.95%
G=37.10%
B=52.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22821170.810.3000.54202.1168.3527.25
Hex165275511E036ca441b
Octal261221651213606631210433
Binary1011010100101110101101000111110011011011001010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165275; }

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

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

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

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

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

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

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

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