Html Css Color HEX #165B70 Orient

📋 copy color: '#165B70'

red 22 ◦ green 91 ◦ blue 112

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

Shades of Orient #165B70

Tints of Orient #165B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.78%

R = 9.78%
G = 40.44%
B = 49.78%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165B70 (or 0x165B70) is known color: Orient. HEX triplet: 16, 5B and 70. RGB value is (22,91,112). Sum of RGB (Red+Green+Blue) = 22+91+112=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #165B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B70 is #E9A48F. Grayscale: #484848. Windows color (decimal): -15312016 or 7363350. OLE color: 7363350.

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

Color convert

RGB 22 91 112 -
CMYK 0.80 0.19 0 0.56
HSL 194º 0.67% 0.26% -
HSV(B) 194º 0.8% 0.44% -
XYZ 7 8.82 16.66 -
YUV 72.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 22 91 112 0.80 0.19 0 0.56 194 0.67 0.26
Hex 16 5B 70 50 13 0 38 C2 43 1A
Octal 26 133 160 120 23 0 70 302 103 32
Binary 10110 1011011 1110000 1010000 10011 0 111000 11000010 1000011 11010

Color Harmonies of #165B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165B70

Black with #165B70

Text Example


Text Example

White with #165B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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