Html Css Color HEX #176AA0 Lochmara

📋 copy color: '#176AA0'

red 23 ◦ green 106 ◦ blue 160

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

Shades of Lochmara #176AA0

Tints of Lochmara #176AA0

RGB

 RED value IS 23 (9.38% from 255) = 7.96%

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 160 (62.89% from 255) = 55.36%

R = 7.96%
G = 36.68%
B = 55.36%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#176AA0 (or 0x176AA0) is known color: Lochmara. HEX triplet: 17, 6A and A0. RGB value is (23,106,160). Sum of RGB (Red+Green+Blue) = 23+106+160=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #176AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176AA0 is #E8955F. Grayscale: #575757. Windows color (decimal): -15242592 or 10512919. OLE color: 10512919.

HSL color Cylindrical-coordinate representation of color #176AA0: hue angle of 203.65º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #176AA0 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 23 106 160 -
CMYK 0.86 0.34 0 0.37
HSL 203.65º 0.75% 0.36% -
HSV(B) 203.65º 0.86% 0.63% -
XYZ 11.85 13.03 35.15 -
YUV 87.34 169 82.11 -
System Red Green Blue C M Y K H S L
Decimal 23 106 160 0.86 0.34 0 0.37 203.65 0.75 0.36
Hex 17 6A A0 56 22 0 25 CC 4B 24
Octal 27 152 240 126 42 0 45 314 113 44
Binary 10111 1101010 10100000 1010110 100010 0 100101 11001100 1001011 100100

Color Harmonies of #176AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176AA0

Black with #176AA0

Text Example


Text Example

White with #176AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176AA0; }

 p { color: rgb(23,106,160); }

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

background-color css

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

 a { background-color: rgb(23,106,160); }

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

border-color css

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

 span { border-color: rgb(23,106,160); }

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