Html Css Color HEX #196997 Lochmara

📋 copy color: '#196997'

red 25 ◦ green 105 ◦ blue 151

#196997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #196997

Tints of Lochmara #196997

RGB

 RED value IS 25 (10.16% from 255) = 8.9%

 GREEN value IS 105 (41.41% from 255) = 37.37%

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 8.9%
G = 37.37%
B = 53.74%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#196997 (or 0x196997) is known color: Lochmara. HEX triplet: 19, 69 and 97. RGB value is (25,105,151). Sum of RGB (Red+Green+Blue) = 25+105+151=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #196997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196997 is #E69668. Grayscale: #565656. Windows color (decimal): -15111785 or 9922841. OLE color: 9922841.

HSL color Cylindrical-coordinate representation of color #196997: hue angle of 201.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196997 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 105 151 -
CMYK 0.83 0.30 0 0.41
HSL 201.9º 0.72% 0.35% -
HSV(B) 201.9º 0.83% 0.59% -
XYZ 11.04 12.54 31.12 -
YUV 86.32 164.5 84.26 -
System Red Green Blue C M Y K H S L
Decimal 25 105 151 0.83 0.30 0 0.41 201.9 0.72 0.35
Hex 19 69 97 53 1E 0 29 CA 48 23
Octal 31 151 227 123 36 0 51 312 110 43
Binary 11001 1101001 10010111 1010011 11110 0 101001 11001010 1001000 100011

Color Harmonies of #196997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196997

Black with #196997

Text Example


Text Example

White with #196997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196997; }

 p { color: rgb(25,105,151); }

 H1.HeaderClassName
 {
   color: #196997;
 }
 .AnyTagClassName
 {
   color: #196997;
 }
</style>

background-color css

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

 a { background-color: rgb(25,105,151); }

 div.DivClassName
 {
   background-color: #196997;
 }
 .BgClassName
 {
   background-color: #196997;
 }
</style>

border-color css

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

 span { border-color: rgb(25,105,151); }

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