Html Css Color HEX #165874 Orient

📋 copy color: '#165874'

red 22 ◦ green 88 ◦ blue 116

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

Shades of Orient #165874

Tints of Orient #165874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

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

R = 9.73%
G = 38.94%
B = 51.33%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165874 (or 0x165874) is known color: Orient. HEX triplet: 16, 58 and 74. RGB value is (22,88,116). Sum of RGB (Red+Green+Blue) = 22+88+116=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #165874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165874 is #E9A78B. Grayscale: #474747. Windows color (decimal): -15312780 or 7624726. OLE color: 7624726.

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

Color convert

RGB 22 88 116 -
CMYK 0.81 0.24 0 0.55
HSL 197.87º 0.68% 0.27% -
HSV(B) 197.87º 0.81% 0.45% -
XYZ 6.97 8.41 17.78 -
YUV 71.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 22 88 116 0.81 0.24 0 0.55 197.87 0.68 0.27
Hex 16 58 74 51 18 0 37 C6 44 1B
Octal 26 130 164 121 30 0 67 306 104 33
Binary 10110 1011000 1110100 1010001 11000 0 110111 11000110 1000100 11011

Color Harmonies of #165874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165874

Black with #165874

Text Example


Text Example

White with #165874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165874; }

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

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

background-color css

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

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

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

border-color css

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

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

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