#165278

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

Shades of Orient #165278

Tints of Orient #165278

Color information

#165278 (or 0x165278) is unknown color: approx Orient. HEX triplet: 16, 52 and 78. RGB value is (22,82,120). Sum of RGB (Red+Green+Blue) = 22+82+120=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #165278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165278 is #E9AD87. Grayscale: #444444. Windows color (decimal): -15314312 or 7885334. OLE color: 7885334.

HSL color Cylindrical-coordinate representation of color #165278: hue angle of 203.27º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165278 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2282120-
CMYK0.820.3200.53
HSL203.27º69.01%27.84%-
HSV(B)203.27º81.67%47.06%-
XYZ6.747.5618.87-
YUV68.39157.1294.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=9.82%
G=36.61%
B=53.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22821200.820.3200.53203.2769.0127.84
Hex1652785220035cb451c
Octal261221701224006531310534
Binary10110101001011110001010010100000011010111001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165278; }

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

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

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

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

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

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

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

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