Html Css Color HEX #176FA5 Lochmara

📋 copy color: '#176FA5'

red 23 ◦ green 111 ◦ blue 165

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

Shades of Lochmara #176FA5

Tints of Lochmara #176FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.12%

 BLUE value IS 165 (64.84% from 255) = 55.18%

R = 7.69%
G = 37.12%
B = 55.18%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#176FA5 (or 0x176FA5) is known color: Lochmara. HEX triplet: 17, 6F and A5. RGB value is (23,111,165). Sum of RGB (Red+Green+Blue) = 23+111+165=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 165 (64.84% from 255 or 55.18% from 299); Max value from RGB is 165 - color contains mainly: blue. Hex color #176FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176FA5 is #E8905A. Grayscale: #5A5A5A. Windows color (decimal): -15241307 or 10841879. OLE color: 10841879.

HSL color Cylindrical-coordinate representation of color #176FA5: hue angle of 202.82º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #176FA5 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 111 165 -
CMYK 0.86 0.33 0 0.35
HSL 202.82º 0.76% 0.37% -
HSV(B) 202.82º 0.86% 0.65% -
XYZ 12.83 14.27 37.68 -
YUV 90.84 169.85 79.61 -
System Red Green Blue C M Y K H S L
Decimal 23 111 165 0.86 0.33 0 0.35 202.82 0.76 0.37
Hex 17 6F A5 56 21 0 23 CB 4C 25
Octal 27 157 245 126 41 0 43 313 114 45
Binary 10111 1101111 10100101 1010110 100001 0 100011 11001011 1001100 100101

Color Harmonies of #176FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176FA5

Black with #176FA5

Text Example


Text Example

White with #176FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,111,165); }

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

background-color css

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

 a { background-color: rgb(23,111,165); }

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

border-color css

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

 span { border-color: rgb(23,111,165); }

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