Html Css Color HEX #165A77 Orient

📋 copy color: '#165A77'

red 22 ◦ green 90 ◦ blue 119

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

Shades of Orient #165A77

Tints of Orient #165A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 9.52%
G = 38.96%
B = 51.52%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165A77 (or 0x165A77) is known color: Orient. HEX triplet: 16, 5A and 77. RGB value is (22,90,119). Sum of RGB (Red+Green+Blue) = 22+90+119=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #165A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A77 is #E9A588. Grayscale: #484848. Windows color (decimal): -15312265 or 7821846. OLE color: 7821846.

HSL color Cylindrical-coordinate representation of color #165A77: hue angle of 197.94º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165A77 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 90 119 -
CMYK 0.82 0.24 0 0.53
HSL 197.94º 0.69% 0.28% -
HSV(B) 197.94º 0.82% 0.47% -
XYZ 7.32 8.81 18.77 -
YUV 72.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 22 90 119 0.82 0.24 0 0.53 197.94 0.69 0.28
Hex 16 5A 77 52 18 0 35 C6 45 1C
Octal 26 132 167 122 30 0 65 306 105 34
Binary 10110 1011010 1110111 1010010 11000 0 110101 11000110 1000101 11100

Color Harmonies of #165A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165A77

Black with #165A77

Text Example


Text Example

White with #165A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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