#19729B

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

Shades of Lochmara #19729B

Tints of Lochmara #19729B

Color information

#19729B (or 0x19729B) is unknown color: approx Lochmara. HEX triplet: 19, 72 and 9B. RGB value is (25,114,155). Sum of RGB (Red+Green+Blue) = 25+114+155=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #19729B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19729B is #E68D64. Grayscale: #5B5B5B. Windows color (decimal): -15109477 or 10187289. OLE color: 10187289.

HSL color Cylindrical-coordinate representation of color #19729B: hue angle of 198.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19729B is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB25114155-
CMYK0.840.2600.39
HSL198.92º72.22%35.29%-
HSV(B)198.92º83.87%60.78%-
XYZ12.3314.6133.18-
YUV92.06163.5180.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.50%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=8.50%
G=38.78%
B=52.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251141550.840.2600.39198.9272.2235.29
Hex19729B541A027c74823
Octal311622331243204730711043
Binary110011110010100110111010100110100100111110001111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19729B; }

 p { color: rgb(25,114,155); }

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

<style>
 a { background-color: #19729B; }

 a { background-color: rgb(25,114,155); }

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

<style>
 span { border-color: #19729B; }

 span { border-color: rgb(25,114,155); }

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