Html Css Color HEX #165977 Orient

📋 copy color: '#165977'

red 22 ◦ green 89 ◦ blue 119

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

Shades of Orient #165977

Tints of Orient #165977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.7%

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

R = 9.57%
G = 38.7%
B = 51.74%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165977 (or 0x165977) is known color: Orient. HEX triplet: 16, 59 and 77. RGB value is (22,89,119). Sum of RGB (Red+Green+Blue) = 22+89+119=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #165977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165977 is #E9A688. Grayscale: #484848. Windows color (decimal): -15312521 or 7821590. OLE color: 7821590.

HSL color Cylindrical-coordinate representation of color #165977: hue angle of 198.56º 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 #165977 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 89 119 -
CMYK 0.82 0.25 0 0.53
HSL 198.56º 0.69% 0.28% -
HSV(B) 198.56º 0.82% 0.47% -
XYZ 7.23 8.65 18.74 -
YUV 72.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 22 89 119 0.82 0.25 0 0.53 198.56 0.69 0.28
Hex 16 59 77 52 19 0 35 C7 45 1C
Octal 26 131 167 122 31 0 65 307 105 34
Binary 10110 1011001 1110111 1010010 11001 0 110101 11000111 1000101 11100

Color Harmonies of #165977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165977

Black with #165977

Text Example


Text Example

White with #165977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165977; }

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

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

background-color css

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

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

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

border-color css

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

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

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