Html Css Color HEX #165B71 Orient

📋 copy color: '#165B71'

red 22 ◦ green 91 ◦ blue 113

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

Shades of Orient #165B71

Tints of Orient #165B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.27%

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

R = 9.73%
G = 40.27%
B = 50%

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

#165B71 (or 0x165B71) is known color: Orient. HEX triplet: 16, 5B and 71. RGB value is (22,91,113). Sum of RGB (Red+Green+Blue) = 22+91+113=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #165B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B71 is #E9A48E. Grayscale: #484848. Windows color (decimal): -15312015 or 7428886. OLE color: 7428886.

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

Color convert

RGB 22 91 113 -
CMYK 0.81 0.19 0 0.56
HSL 194.51º 0.67% 0.26% -
HSV(B) 194.51º 0.81% 0.44% -
XYZ 7.05 8.84 16.96 -
YUV 72.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 22 91 113 0.81 0.19 0 0.56 194.51 0.67 0.26
Hex 16 5B 71 51 13 0 38 C3 43 1A
Octal 26 133 161 121 23 0 70 303 103 32
Binary 10110 1011011 1110001 1010001 10011 0 111000 11000011 1000011 11010

Color Harmonies of #165B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165B71

Black with #165B71

Text Example


Text Example

White with #165B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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