Html Css Color HEX #165871 Orient

📋 copy color: '#165871'

red 22 ◦ green 88 ◦ blue 113

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

Shades of Orient #165871

Tints of Orient #165871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.46%

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

R = 9.87%
G = 39.46%
B = 50.67%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165871 (or 0x165871) is known color: Orient. HEX triplet: 16, 58 and 71. RGB value is (22,88,113). Sum of RGB (Red+Green+Blue) = 22+88+113=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #165871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165871 is #E9A78E. Grayscale: #464646. Windows color (decimal): -15312783 or 7428118. OLE color: 7428118.

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

Color convert

RGB 22 88 113 -
CMYK 0.81 0.22 0 0.56
HSL 196.48º 0.67% 0.26% -
HSV(B) 196.48º 0.81% 0.44% -
XYZ 6.8 8.34 16.87 -
YUV 71.12 151.63 92.97 -
System Red Green Blue C M Y K H S L
Decimal 22 88 113 0.81 0.22 0 0.56 196.48 0.67 0.26
Hex 16 58 71 51 16 0 38 C4 43 1A
Octal 26 130 161 121 26 0 70 304 103 32
Binary 10110 1011000 1110001 1010001 10110 0 111000 11000100 1000011 11010

Color Harmonies of #165871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165871

Black with #165871

Text Example


Text Example

White with #165871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165871; }

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

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

background-color css

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

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

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

border-color css

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

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

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