Html Css Color HEX #165171 Orient

📋 copy color: '#165171'

red 22 ◦ green 81 ◦ blue 113

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

Shades of Orient #165171

Tints of Orient #165171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 10.19%
G = 37.5%
B = 52.31%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165171 (or 0x165171) is known color: Orient. HEX triplet: 16, 51 and 71. RGB value is (22,81,113). Sum of RGB (Red+Green+Blue) = 22+81+113=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #165171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165171 is #E9AE8E. Grayscale: #424242. Windows color (decimal): -15314575 or 7426326. OLE color: 7426326.

HSL color Cylindrical-coordinate representation of color #165171: hue angle of 201.1º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165171 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 81 113 -
CMYK 0.81 0.28 0 0.56
HSL 201.1º 0.67% 0.26% -
HSV(B) 201.1º 0.81% 0.44% -
XYZ 6.25 7.25 16.69 -
YUV 67.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 22 81 113 0.81 0.28 0 0.56 201.1 0.67 0.26
Hex 16 51 71 51 1C 0 38 C9 43 1A
Octal 26 121 161 121 34 0 70 311 103 32
Binary 10110 1010001 1110001 1010001 11100 0 111000 11001001 1000011 11010

Color Harmonies of #165171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165171

Black with #165171

Text Example


Text Example

White with #165171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165171; }

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

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

background-color css

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

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

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

border-color css

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

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

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