Html Css Color HEX #165176 Orient

📋 copy color: '#165176'

red 22 ◦ green 81 ◦ blue 118

#165176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #165176

Tints of Orient #165176

RGB

 RED value IS 22 (8.98% from 255) = 9.95%

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 9.95%
G = 36.65%
B = 53.39%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165176 (or 0x165176) is known color: Orient. HEX triplet: 16, 51 and 76. RGB value is (22,81,118). Sum of RGB (Red+Green+Blue) = 22+81+118=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #165176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165176 is #E9AE89. Grayscale: #434343. Windows color (decimal): -15314570 or 7754006. OLE color: 7754006.

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

Color convert

RGB 22 81 118 -
CMYK 0.81 0.31 0 0.54
HSL 203.13º 0.69% 0.27% -
HSV(B) 203.13º 0.81% 0.46% -
XYZ 6.54 7.36 18.22 -
YUV 67.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 22 81 118 0.81 0.31 0 0.54 203.13 0.69 0.27
Hex 16 51 76 51 1F 0 36 CB 45 1B
Octal 26 121 166 121 37 0 66 313 105 33
Binary 10110 1010001 1110110 1010001 11111 0 110110 11001011 1000101 11011

Color Harmonies of #165176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165176

Black with #165176

Text Example


Text Example

White with #165176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165176; }

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

 H1.HeaderClassName
 {
   color: #165176;
 }
 .AnyTagClassName
 {
   color: #165176;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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