Html Css Color HEX #165674 Orient

📋 copy color: '#165674'

red 22 ◦ green 86 ◦ blue 116

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

Shades of Orient #165674

Tints of Orient #165674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

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

R = 9.82%
G = 38.39%
B = 51.79%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165674 (or 0x165674) is known color: Orient. HEX triplet: 16, 56 and 74. RGB value is (22,86,116). Sum of RGB (Red+Green+Blue) = 22+86+116=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #165674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165674 is #E9A98B. Grayscale: #464646. Windows color (decimal): -15313292 or 7624214. OLE color: 7624214.

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

Color convert

RGB 22 86 116 -
CMYK 0.81 0.26 0 0.55
HSL 199.15º 0.68% 0.27% -
HSV(B) 199.15º 0.81% 0.45% -
XYZ 6.81 8.09 17.72 -
YUV 70.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 22 86 116 0.81 0.26 0 0.55 199.15 0.68 0.27
Hex 16 56 74 51 1A 0 37 C7 44 1B
Octal 26 126 164 121 32 0 67 307 104 33
Binary 10110 1010110 1110100 1010001 11010 0 110111 11000111 1000100 11011

Color Harmonies of #165674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165674

Black with #165674

Text Example


Text Example

White with #165674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165674; }

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

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

background-color css

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

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

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

border-color css

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

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

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