Html Css Color HEX #165D74 Orient

📋 copy color: '#165D74'

red 22 ◦ green 93 ◦ blue 116

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

Shades of Orient #165D74

Tints of Orient #165D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.26%

 BLUE value IS 116 (45.7% from 255) = 50.22%

R = 9.52%
G = 40.26%
B = 50.22%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165D74 (or 0x165D74) is known color: Orient. HEX triplet: 16, 5D and 74. RGB value is (22,93,116). Sum of RGB (Red+Green+Blue) = 22+93+116=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #165D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D74 is #E9A28B. Grayscale: #4A4A4A. Windows color (decimal): -15311500 or 7626006. OLE color: 7626006.

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

Color convert

RGB 22 93 116 -
CMYK 0.81 0.20 0 0.55
HSL 194.68º 0.68% 0.27% -
HSV(B) 194.68º 0.81% 0.45% -
XYZ 7.4 9.26 17.92 -
YUV 74.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 22 93 116 0.81 0.20 0 0.55 194.68 0.68 0.27
Hex 16 5D 74 51 14 0 37 C3 44 1B
Octal 26 135 164 121 24 0 67 303 104 33
Binary 10110 1011101 1110100 1010001 10100 0 110111 11000011 1000100 11011

Color Harmonies of #165D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165D74

Black with #165D74

Text Example


Text Example

White with #165D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,93,116); }

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

background-color css

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

 a { background-color: rgb(22,93,116); }

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

border-color css

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

 span { border-color: rgb(22,93,116); }

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