#196AA8

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

Shades of Lochmara #196AA8

Tints of Lochmara #196AA8

Color information

#196AA8 (or 0x196AA8) is unknown color: approx Lochmara. HEX triplet: 19, 6A and A8. RGB value is (25,106,168). Sum of RGB (Red+Green+Blue) = 25+106+168=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 168 (66.02% from 255 or 56.19% from 299); Max value from RGB is 168 - color contains mainly: blue. Hex color #196AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196AA8 is #E69557. Grayscale: #585858. Windows color (decimal): -15111512 or 11037209. OLE color: 11037209.

HSL color Cylindrical-coordinate representation of color #196AA8: hue angle of 206.01º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196AA8 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB25106168-
CMYK0.850.3700.34
HSL206.01º74.09%37.84%-
HSV(B)206.01º85.12%65.88%-
XYZ12.6213.3438.96-
YUV88.85172.6682.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 168 (66.02% from 255) = 56.19%
R=8.36%
G=35.45%
B=56.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal251061680.850.3700.34206.0174.0937.84
Hex196AA85525022ce4a26
Octal311522501254504231611246
Binary1100111010101010100010101011001010100010110011101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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