#1871A4

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

Shades of Lochmara #1871A4

Tints of Lochmara #1871A4

Color information

#1871A4 (or 0x1871A4) is unknown color: approx Lochmara. HEX triplet: 18, 71 and A4. RGB value is (24,113,164). Sum of RGB (Red+Green+Blue) = 24+113+164=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #1871A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1871A4 is #E78E5B. Grayscale: #5B5B5B. Windows color (decimal): -15175260 or 10776856. OLE color: 10776856.

HSL color Cylindrical-coordinate representation of color #1871A4: hue angle of 201.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1871A4 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB24113164-
CMYK0.850.3100.36
HSL201.86º74.47%36.86%-
HSV(B)201.86º85.37%64.31%-
XYZ12.9814.6837.27-
YUV92.2168.5179.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.97%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 164 (64.45% from 255) = 54.49%
R=7.97%
G=37.54%
B=54.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241131640.850.3100.36201.8674.4736.86
Hex1871A4551F024ca4a25
Octal301612441253704431211245
Binary110001110001101001001010101111110100100110010101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1871A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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