#19749D

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

Shades of Lochmara #19749D

Tints of Lochmara #19749D

Color information

#19749D (or 0x19749D) is unknown color: approx Lochmara. HEX triplet: 19, 74 and 9D. RGB value is (25,116,157). Sum of RGB (Red+Green+Blue) = 25+116+157=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #19749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19749D is #E68B62. Grayscale: #5D5D5D. Windows color (decimal): -15108963 or 10318873. OLE color: 10318873.

HSL color Cylindrical-coordinate representation of color #19749D: hue angle of 198.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19749D is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25116157-
CMYK0.840.2600.38
HSL198.64º72.53%35.69%-
HSV(B)198.64º84.08%61.57%-
XYZ12.7315.1334.15-
YUV93.46163.8579.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.39%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=8.39%
G=38.93%
B=52.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251161570.840.2600.38198.6472.5335.69
Hex19749D541A026c74924
Octal311642351243204630711144
Binary110011110100100111011010100110100100110110001111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19749D; }

 p { color: rgb(25,116,157); }

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

<style>
 a { background-color: #19749D; }

 a { background-color: rgb(25,116,157); }

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

<style>
 span { border-color: #19749D; }

 span { border-color: rgb(25,116,157); }

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