Html Css Color HEX #165173 Orient

📋 copy color: '#165173'

red 22 ◦ green 81 ◦ blue 115

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

Shades of Orient #165173

Tints of Orient #165173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 10.09%
G = 37.16%
B = 52.75%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165173 (or 0x165173) is known color: Orient. HEX triplet: 16, 51 and 73. RGB value is (22,81,115). Sum of RGB (Red+Green+Blue) = 22+81+115=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #165173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165173 is #E9AE8C. Grayscale: #434343. Windows color (decimal): -15314573 or 7557398. OLE color: 7557398.

HSL color Cylindrical-coordinate representation of color #165173: hue angle of 201.94º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165173 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 81 115 -
CMYK 0.81 0.30 0 0.55
HSL 201.94º 0.68% 0.27% -
HSV(B) 201.94º 0.81% 0.45% -
XYZ 6.37 7.29 17.29 -
YUV 67.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 22 81 115 0.81 0.30 0 0.55 201.94 0.68 0.27
Hex 16 51 73 51 1E 0 37 CA 44 1B
Octal 26 121 163 121 36 0 67 312 104 33
Binary 10110 1010001 1110011 1010001 11110 0 110111 11001010 1000100 11011

Color Harmonies of #165173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165173

Black with #165173

Text Example


Text Example

White with #165173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165173; }

 p { color: rgb(22,81,115); }

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

background-color css

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

 a { background-color: rgb(22,81,115); }

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

border-color css

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

 span { border-color: rgb(22,81,115); }

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