Html Css Color HEX #165A72 Orient

📋 copy color: '#165A72'

red 22 ◦ green 90 ◦ blue 114

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

Shades of Orient #165A72

Tints of Orient #165A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.82%

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 9.73%
G = 39.82%
B = 50.44%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165A72 (or 0x165A72) is known color: Orient. HEX triplet: 16, 5A and 72. RGB value is (22,90,114). Sum of RGB (Red+Green+Blue) = 22+90+114=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #165A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A72 is #E9A58D. Grayscale: #484848. Windows color (decimal): -15312270 or 7494166. OLE color: 7494166.

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

Color convert

RGB 22 90 114 -
CMYK 0.81 0.21 0 0.55
HSL 195.65º 0.68% 0.27% -
HSV(B) 195.65º 0.81% 0.45% -
XYZ 7.02 8.7 17.23 -
YUV 72.4 151.47 92.05 -
System Red Green Blue C M Y K H S L
Decimal 22 90 114 0.81 0.21 0 0.55 195.65 0.68 0.27
Hex 16 5A 72 51 15 0 37 C4 44 1B
Octal 26 132 162 121 25 0 67 304 104 33
Binary 10110 1011010 1110010 1010001 10101 0 110111 11000100 1000100 11011

Color Harmonies of #165A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165A72

Black with #165A72

Text Example


Text Example

White with #165A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,90,114); }

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

background-color css

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

 a { background-color: rgb(22,90,114); }

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

border-color css

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

 span { border-color: rgb(22,90,114); }

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