Html Css Color HEX #196F99 Lochmara

📋 copy color: '#196F99'

red 25 ◦ green 111 ◦ blue 153

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

Shades of Lochmara #196F99

Tints of Lochmara #196F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 8.65%
G = 38.41%
B = 52.94%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#196F99 (or 0x196F99) is known color: Lochmara. HEX triplet: 19, 6F and 99. RGB value is (25,111,153). Sum of RGB (Red+Green+Blue) = 25+111+153=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #196F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196F99 is #E69066. Grayscale: #595959. Windows color (decimal): -15110247 or 10055449. OLE color: 10055449.

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

Color convert

RGB 25 111 153 -
CMYK 0.84 0.27 0 0.4
HSL 199.69º 0.72% 0.35% -
HSV(B) 199.69º 0.84% 0.6% -
XYZ 11.84 13.88 32.19 -
YUV 90.07 163.51 81.58 -
System Red Green Blue C M Y K H S L
Decimal 25 111 153 0.84 0.27 0 0.4 199.69 0.72 0.35
Hex 19 6F 99 54 1B 0 28 C8 48 23
Octal 31 157 231 124 33 0 50 310 110 43
Binary 11001 1101111 10011001 1010100 11011 0 101000 11001000 1001000 100011

Color Harmonies of #196F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F99

Black with #196F99

Text Example


Text Example

White with #196F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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