Html Css Color HEX #165C71 Orient

📋 copy color: '#165C71'

red 22 ◦ green 92 ◦ blue 113

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

Shades of Orient #165C71

Tints of Orient #165C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

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

R = 9.69%
G = 40.53%
B = 49.78%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165C71 (or 0x165C71) is known color: Orient. HEX triplet: 16, 5C and 71. RGB value is (22,92,113). Sum of RGB (Red+Green+Blue) = 22+92+113=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #165C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C71 is #E9A38E. Grayscale: #494949. Windows color (decimal): -15311759 or 7429142. OLE color: 7429142.

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

Color convert

RGB 22 92 113 -
CMYK 0.81 0.19 0 0.56
HSL 193.85º 0.67% 0.26% -
HSV(B) 193.85º 0.81% 0.44% -
XYZ 7.14 9.02 16.99 -
YUV 73.46 150.31 91.29 -
System Red Green Blue C M Y K H S L
Decimal 22 92 113 0.81 0.19 0 0.56 193.85 0.67 0.26
Hex 16 5C 71 51 13 0 38 C2 43 1A
Octal 26 134 161 121 23 0 70 302 103 32
Binary 10110 1011100 1110001 1010001 10011 0 111000 11000010 1000011 11010

Color Harmonies of #165C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165C71

Black with #165C71

Text Example


Text Example

White with #165C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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