#1968A6

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

Shades of Lochmara #1968A6

Tints of Lochmara #1968A6

Color information

#1968A6 (or 0x1968A6) is unknown color: approx Lochmara. HEX triplet: 19, 68 and A6. RGB value is (25,104,166). Sum of RGB (Red+Green+Blue) = 25+104+166=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 104 (41.02% from 255 or 35.25% 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 #1968A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1968A6 is #E69759. Grayscale: #575757. Windows color (decimal): -15112026 or 10905625. OLE color: 10905625.

HSL color Cylindrical-coordinate representation of color #1968A6: hue angle of 206.38º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1968A6 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB25104166-
CMYK0.850.3700.35
HSL206.38º73.82%37.45%-
HSV(B)206.38º84.94%65.1%-
XYZ12.2312.8637.91-
YUV87.45172.3383.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.47%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 166 (65.23% from 255) = 56.27%
R=8.47%
G=35.25%
B=56.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal251041660.850.3700.35206.3873.8237.45
Hex1968A65525023ce4a25
Octal311502461254504331611245
Binary1100111010001010011010101011001010100011110011101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1968A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,104,166); }

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

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

 a { background-color: rgb(25,104,166); }

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

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

 span { border-color: rgb(25,104,166); }

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