#1973AB

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

Shades of Lochmara #1973AB

Tints of Lochmara #1973AB

Color information

#1973AB (or 0x1973AB) is unknown color: approx Lochmara. HEX triplet: 19, 73 and AB. RGB value is (25,115,171). Sum of RGB (Red+Green+Blue) = 25+115+171=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #1973AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1973AB is #E68C54. Grayscale: #5E5E5E. Windows color (decimal): -15109205 or 11236121. OLE color: 11236121.

HSL color Cylindrical-coordinate representation of color #1973AB: hue angle of 203.01º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1973AB is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25115171-
CMYK0.850.3300.33
HSL203.01º74.49%38.43%-
HSV(B)203.01º85.38%67.06%-
XYZ13.8815.4140.77-
YUV94.47171.1878.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.04%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=8.04%
G=36.98%
B=54.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251151710.850.3300.33203.0174.4938.43
Hex1973AB5521021cb4a26
Octal311632531254104131311246
Binary1100111100111010101110101011000010100001110010111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1973AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1973AB; }

 p { color: rgb(25,115,171); }

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

<style>
 a { background-color: #1973AB; }

 a { background-color: rgb(25,115,171); }

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

<style>
 span { border-color: #1973AB; }

 span { border-color: rgb(25,115,171); }

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