Html Css Color HEX #165E79 Orient

📋 copy color: '#165E79'

red 22 ◦ green 94 ◦ blue 121

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

Shades of Orient #165E79

Tints of Orient #165E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.66%

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

R = 9.28%
G = 39.66%
B = 51.05%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165E79 (or 0x165E79) is known color: Orient. HEX triplet: 16, 5E and 79. RGB value is (22,94,121). Sum of RGB (Red+Green+Blue) = 22+94+121=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #165E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E79 is #E9A186. Grayscale: #4B4B4B. Windows color (decimal): -15311239 or 7953942. OLE color: 7953942.

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

Color convert

RGB 22 94 121 -
CMYK 0.82 0.22 0 0.53
HSL 196.36º 0.69% 0.28% -
HSV(B) 196.36º 0.82% 0.47% -
XYZ 7.78 9.56 19.52 -
YUV 75.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 22 94 121 0.82 0.22 0 0.53 196.36 0.69 0.28
Hex 16 5E 79 52 16 0 35 C4 45 1C
Octal 26 136 171 122 26 0 65 304 105 34
Binary 10110 1011110 1111001 1010010 10110 0 110101 11000100 1000101 11100

Color Harmonies of #165E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165E79

Black with #165E79

Text Example


Text Example

White with #165E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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