#1871A6

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

Shades of Lochmara #1871A6

Tints of Lochmara #1871A6

Color information

#1871A6 (or 0x1871A6) is unknown color: approx Lochmara. HEX triplet: 18, 71 and A6. RGB value is (24,113,166). Sum of RGB (Red+Green+Blue) = 24+113+166=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #1871A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1871A6 is #E78E59. Grayscale: #5C5C5C. Windows color (decimal): -15175258 or 10907928. OLE color: 10907928.

HSL color Cylindrical-coordinate representation of color #1871A6: hue angle of 202.39º degrees, saturation: 0.75, 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 #1871A6 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB24113166-
CMYK0.860.3200.35
HSL202.39º74.74%37.25%-
HSV(B)202.39º85.54%65.1%-
XYZ13.1614.7638.23-
YUV92.43169.5179.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.92%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 166 (65.23% from 255) = 54.79%
R=7.92%
G=37.29%
B=54.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241131660.860.3200.35202.3974.7437.25
Hex1871A65620023ca4b25
Octal301612461264004331211345
Binary1100011100011010011010101101000000100011110010101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1871A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1871A6; }

 p { color: rgb(24,113,166); }

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

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

 a { background-color: rgb(24,113,166); }

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

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

 span { border-color: rgb(24,113,166); }

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