#165875

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

Shades of Orient #165875

Tints of Orient #165875

Color information

#165875 (or 0x165875) is unknown color: approx Orient. HEX triplet: 16, 58 and 75. RGB value is (22,88,117). Sum of RGB (Red+Green+Blue) = 22+88+117=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #165875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165875 is #E9A78A. Grayscale: #474747. Windows color (decimal): -15312779 or 7690262. OLE color: 7690262.

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

Color convert

RGB2288117-
CMYK0.810.2500.54
HSL198.32º68.35%27.25%-
HSV(B)198.32º81.2%45.88%-
XYZ7.038.4318.09-
YUV71.57153.6392.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=9.69%
G=38.77%
B=51.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22881170.810.2500.54198.3268.3527.25
Hex1658755119036c6441b
Octal261301651213106630610433
Binary1011010110001110101101000111001011011011000110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165875; }

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

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

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

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

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

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

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

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