Html Css Color HEX #165679 Orient

📋 copy color: '#165679'

red 22 ◦ green 86 ◦ blue 121

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

Shades of Orient #165679

Tints of Orient #165679

RGB

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

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

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

R = 9.61%
G = 37.55%
B = 52.84%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165679 (or 0x165679) is known color: Orient. HEX triplet: 16, 56 and 79. RGB value is (22,86,121). Sum of RGB (Red+Green+Blue) = 22+86+121=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #165679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165679 is #E9A986. Grayscale: #464646. Windows color (decimal): -15313287 or 7951894. OLE color: 7951894.

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

Color convert

RGB 22 86 121 -
CMYK 0.82 0.29 0 0.53
HSL 201.21º 0.69% 0.28% -
HSV(B) 201.21º 0.82% 0.47% -
XYZ 7.11 8.21 19.3 -
YUV 70.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 22 86 121 0.82 0.29 0 0.53 201.21 0.69 0.28
Hex 16 56 79 52 1D 0 35 C9 45 1C
Octal 26 126 171 122 35 0 65 311 105 34
Binary 10110 1010110 1111001 1010010 11101 0 110101 11001001 1000101 11100

Color Harmonies of #165679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165679

Black with #165679

Text Example


Text Example

White with #165679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165679; }

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

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

background-color css

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

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

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

border-color css

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

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

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