Html Css Color HEX #165974 Orient

📋 copy color: '#165974'

red 22 ◦ green 89 ◦ blue 116

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

Shades of Orient #165974

Tints of Orient #165974

RGB

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

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

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

R = 9.69%
G = 39.21%
B = 51.1%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165974 (or 0x165974) is known color: Orient. HEX triplet: 16, 59 and 74. RGB value is (22,89,116). Sum of RGB (Red+Green+Blue) = 22+89+116=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #165974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165974 is #E9A68B. Grayscale: #474747. Windows color (decimal): -15312524 or 7624982. OLE color: 7624982.

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

Color convert

RGB 22 89 116 -
CMYK 0.81 0.23 0 0.55
HSL 197.23º 0.68% 0.27% -
HSV(B) 197.23º 0.81% 0.45% -
XYZ 7.06 8.58 17.81 -
YUV 72.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 22 89 116 0.81 0.23 0 0.55 197.23 0.68 0.27
Hex 16 59 74 51 17 0 37 C5 44 1B
Octal 26 131 164 121 27 0 67 305 104 33
Binary 10110 1011001 1110100 1010001 10111 0 110111 11000101 1000100 11011

Color Harmonies of #165974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165974

Black with #165974

Text Example


Text Example

White with #165974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165974; }

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

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

background-color css

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

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

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

border-color css

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

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

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