Html Css Color HEX #176DA0 Lochmara

📋 copy color: '#176DA0'

red 23 ◦ green 109 ◦ blue 160

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

Shades of Lochmara #176DA0

Tints of Lochmara #176DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.33%

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

R = 7.88%
G = 37.33%
B = 54.79%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#176DA0 (or 0x176DA0) is known color: Lochmara. HEX triplet: 17, 6D and A0. RGB value is (23,109,160). Sum of RGB (Red+Green+Blue) = 23+109+160=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #176DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176DA0 is #E8925F. Grayscale: #585858. Windows color (decimal): -15241824 or 10513687. OLE color: 10513687.

HSL color Cylindrical-coordinate representation of color #176DA0: hue angle of 202.34º 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 #176DA0 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 23 109 160 -
CMYK 0.86 0.32 0 0.37
HSL 202.34º 0.75% 0.36% -
HSV(B) 202.34º 0.86% 0.63% -
XYZ 12.17 13.66 35.25 -
YUV 89.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 23 109 160 0.86 0.32 0 0.37 202.34 0.75 0.36
Hex 17 6D A0 56 20 0 25 CA 4B 24
Octal 27 155 240 126 40 0 45 312 113 44
Binary 10111 1101101 10100000 1010110 100000 0 100101 11001010 1001011 100100

Color Harmonies of #176DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176DA0

Black with #176DA0

Text Example


Text Example

White with #176DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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