Html Css Color HEX #165971 Orient

📋 copy color: '#165971'

red 22 ◦ green 89 ◦ blue 113

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

Shades of Orient #165971

Tints of Orient #165971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 9.82%
G = 39.73%
B = 50.45%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165971 (or 0x165971) is known color: Orient. HEX triplet: 16, 59 and 71. RGB value is (22,89,113). Sum of RGB (Red+Green+Blue) = 22+89+113=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #165971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165971 is #E9A68E. Grayscale: #474747. Windows color (decimal): -15312527 or 7428374. OLE color: 7428374.

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

Color convert

RGB 22 89 113 -
CMYK 0.81 0.21 0 0.56
HSL 195.82º 0.67% 0.26% -
HSV(B) 195.82º 0.81% 0.44% -
XYZ 6.88 8.51 16.9 -
YUV 71.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 22 89 113 0.81 0.21 0 0.56 195.82 0.67 0.26
Hex 16 59 71 51 15 0 38 C4 43 1A
Octal 26 131 161 121 25 0 70 304 103 32
Binary 10110 1011001 1110001 1010001 10101 0 111000 11000100 1000011 11010

Color Harmonies of #165971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165971

Black with #165971

Text Example


Text Example

White with #165971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165971; }

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

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

background-color css

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

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

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

border-color css

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

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

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