#1872A2

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

Shades of Lochmara #1872A2

Tints of Lochmara #1872A2

Color information

#1872A2 (or 0x1872A2) is unknown color: approx Lochmara. HEX triplet: 18, 72 and A2. RGB value is (24,114,162). Sum of RGB (Red+Green+Blue) = 24+114+162=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 162 (63.67% from 255 or 54% from 300); Max value from RGB is 162 - color contains mainly: blue. Hex color #1872A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1872A2 is #E78D5D. Grayscale: #5C5C5C. Windows color (decimal): -15175006 or 10646040. OLE color: 10646040.

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

Color convert

RGB24114162-
CMYK0.850.3000.36
HSL200.87º74.19%36.47%-
HSV(B)200.87º85.19%63.53%-
XYZ12.9214.8436.37-
YUV92.56167.1879.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 162 (63.67% from 255) = 54%
R=8%
G=38%
B=54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241141620.850.3000.36200.8774.1936.47
Hex1872A2551E024c94a24
Octal301622421253604431111244
Binary110001110010101000101010101111100100100110010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1872A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1872A2; }

 p { color: rgb(24,114,162); }

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

<style>
 a { background-color: #1872A2; }

 a { background-color: rgb(24,114,162); }

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

<style>
 span { border-color: #1872A2; }

 span { border-color: rgb(24,114,162); }

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