#1869A6

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

Shades of Lochmara #1869A6

Tints of Lochmara #1869A6

Color information

#1869A6 (or 0x1869A6) is unknown color: approx Lochmara. HEX triplet: 18, 69 and A6. RGB value is (24,105,166). Sum of RGB (Red+Green+Blue) = 24+105+166=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 166 (65.23% from 255 or 56.27% from 295); Max value from RGB is 166 - color contains mainly: blue. Hex color #1869A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1869A6 is #E79659. Grayscale: #575757. Windows color (decimal): -15177306 or 10905880. OLE color: 10905880.

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

Color convert

RGB24105166-
CMYK0.860.3700.35
HSL205.77º74.74%37.25%-
HSV(B)205.77º85.54%65.1%-
XYZ12.3113.0537.95-
YUV87.73172.1682.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 166 (65.23% from 255) = 56.27%
R=8.14%
G=35.59%
B=56.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241051660.860.3700.35205.7774.7437.25
Hex1869A65625023ce4b25
Octal301512461264504331611345
Binary1100011010011010011010101101001010100011110011101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1869A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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