#196F9B

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

Shades of Lochmara #196F9B

Tints of Lochmara #196F9B

Color information

#196F9B (or 0x196F9B) is unknown color: approx Lochmara. HEX triplet: 19, 6F and 9B. RGB value is (25,111,155). Sum of RGB (Red+Green+Blue) = 25+111+155=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #196F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196F9B is #E69064. Grayscale: #5A5A5A. Windows color (decimal): -15110245 or 10186521. OLE color: 10186521.

HSL color Cylindrical-coordinate representation of color #196F9B: hue angle of 200.31º 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 #196F9B is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB25111155-
CMYK0.840.2800.39
HSL200.31º72.22%35.29%-
HSV(B)200.31º83.87%60.78%-
XYZ1213.9433.07-
YUV90.3164.5181.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.59%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=8.59%
G=38.14%
B=53.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251111550.840.2800.39200.3172.2235.29
Hex196F9B541C027c84823
Octal311572331243404731011043
Binary110011101111100110111010100111000100111110010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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