Html Css Color HEX #165C79 Orient

📋 copy color: '#165C79'

red 22 ◦ green 92 ◦ blue 121

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

Shades of Orient #165C79

Tints of Orient #165C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.15%

 BLUE value IS 121 (47.66% from 255) = 51.49%

R = 9.36%
G = 39.15%
B = 51.49%

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

#165C79 (or 0x165C79) is known color: Orient. HEX triplet: 16, 5C and 79. RGB value is (22,92,121). Sum of RGB (Red+Green+Blue) = 22+92+121=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #165C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C79 is #E9A386. Grayscale: #4A4A4A. Windows color (decimal): -15311751 or 7953430. OLE color: 7953430.

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

Color convert

RGB 22 92 121 -
CMYK 0.82 0.24 0 0.53
HSL 197.58º 0.69% 0.28% -
HSV(B) 197.58º 0.82% 0.47% -
XYZ 7.61 9.21 19.46 -
YUV 74.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 22 92 121 0.82 0.24 0 0.53 197.58 0.69 0.28
Hex 16 5C 79 52 18 0 35 C6 45 1C
Octal 26 134 171 122 30 0 65 306 105 34
Binary 10110 1011100 1111001 1010010 11000 0 110101 11000110 1000101 11100

Color Harmonies of #165C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165C79

Black with #165C79

Text Example


Text Example

White with #165C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,92,121); }

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

background-color css

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

 a { background-color: rgb(22,92,121); }

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

border-color css

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

 span { border-color: rgb(22,92,121); }

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