#196A99

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

Shades of Lochmara #196A99

Tints of Lochmara #196A99

Color information

#196A99 (or 0x196A99) is unknown color: approx Lochmara. HEX triplet: 19, 6A and 99. RGB value is (25,106,153). Sum of RGB (Red+Green+Blue) = 25+106+153=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #196A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196A99 is #E69566. Grayscale: #565656. Windows color (decimal): -15111527 or 10054169. OLE color: 10054169.

HSL color Cylindrical-coordinate representation of color #196A99: hue angle of 202.03º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196A99 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB25106153-
CMYK0.840.3100.4
HSL202.03º71.91%34.9%-
HSV(B)202.03º83.66%60%-
XYZ11.312.8132.01-
YUV87.14165.1683.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.80%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=8.80%
G=37.32%
B=53.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251061530.840.3100.4202.0371.9134.9
Hex196A99541F028ca4823
Octal311522311243705031211043
Binary110011101010100110011010100111110101000110010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196A99; }

 p { color: rgb(25,106,153); }

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

<style>
 a { background-color: #196A99; }

 a { background-color: rgb(25,106,153); }

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

<style>
 span { border-color: #196A99; }

 span { border-color: rgb(25,106,153); }

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