#1965A3

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

Shades of Lochmara #1965A3

Tints of Lochmara #1965A3

Color information

#1965A3 (or 0x1965A3) is unknown color: approx Lochmara. HEX triplet: 19, 65 and A3. RGB value is (25,101,163). Sum of RGB (Red+Green+Blue) = 25+101+163=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 163 (64.06% from 255 or 56.40% from 289); Max value from RGB is 163 - color contains mainly: blue. Hex color #1965A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1965A3 is #E69A5C. Grayscale: #555555. Windows color (decimal): -15112797 or 10708249. OLE color: 10708249.

HSL color Cylindrical-coordinate representation of color #1965A3: hue angle of 206.96º degrees, saturation: 0.73, 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 #1965A3 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB25101163-
CMYK0.850.3800.36
HSL206.96º73.4%36.86%-
HSV(B)206.96º84.66%63.92%-
XYZ11.6712.1636.38-
YUV85.34171.8284.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 163 (64.06% from 255) = 56.40%
R=8.65%
G=34.95%
B=56.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal251011630.850.3800.36206.9673.436.86
Hex1965A35526024cf4925
Octal311452431254604431711145
Binary1100111001011010001110101011001100100100110011111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1965A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1965A3; }

 p { color: rgb(25,101,163); }

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

<style>
 a { background-color: #1965A3; }

 a { background-color: rgb(25,101,163); }

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

<style>
 span { border-color: #1965A3; }

 span { border-color: rgb(25,101,163); }

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