#176CA2

Color #176CA2 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #176CA2

Tints of Lochmara #176CA2

Color information

#176CA2 (or 0x176CA2) is unknown color: approx Lochmara. HEX triplet: 17, 6C and A2. RGB value is (23,108,162). Sum of RGB (Red+Green+Blue) = 23+108+162=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #176CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176CA2 is #E8935D. Grayscale: #585858. Windows color (decimal): -15242078 or 10644503. OLE color: 10644503.

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

Color convert

RGB23108162-
CMYK0.860.3300.36
HSL203.31º75.14%36.27%-
HSV(B)203.31º85.8%63.53%-
XYZ12.2413.5236.15-
YUV88.74169.3481.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.85%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 162 (63.67% from 255) = 55.29%
R=7.85%
G=36.86%
B=55.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal231081620.860.3300.36203.3175.1436.27
Hex176CA25621024cb4b24
Octal271542421264104431311344
Binary1011111011001010001010101101000010100100110010111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,108,162); }

 H1.HeaderClassName
 {
   color: #176CA2;
 }
 .AnyTagClassName
 {
   color: #176CA2;
 }
</style>
background-color css

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

 a { background-color: rgb(23,108,162); }

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

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

 span { border-color: rgb(23,108,162); }

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