Html Css Color HEX #196DA8 Lochmara

📋 copy color: '#196DA8'

red 25 ◦ green 109 ◦ blue 168

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

Shades of Lochmara #196DA8

Tints of Lochmara #196DA8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.09%

 BLUE value IS 168 (66.02% from 255) = 55.63%

R = 8.28%
G = 36.09%
B = 55.63%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#196DA8 (or 0x196DA8) is known color: Lochmara. HEX triplet: 19, 6D and A8. RGB value is (25,109,168). Sum of RGB (Red+Green+Blue) = 25+109+168=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 168 (66.02% from 255 or 55.63% from 302); Max value from RGB is 168 - color contains mainly: blue. Hex color #196DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196DA8 is #E69257. Grayscale: #5A5A5A. Windows color (decimal): -15110744 or 11037977. OLE color: 11037977.

HSL color Cylindrical-coordinate representation of color #196DA8: hue angle of 204.76º 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 #196DA8 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 25 109 168 -
CMYK 0.85 0.35 0 0.34
HSL 204.76º 0.74% 0.38% -
HSV(B) 204.76º 0.85% 0.66% -
XYZ 12.94 13.97 39.06 -
YUV 90.61 171.67 81.2 -
System Red Green Blue C M Y K H S L
Decimal 25 109 168 0.85 0.35 0 0.34 204.76 0.74 0.38
Hex 19 6D A8 55 23 0 22 CD 4A 26
Octal 31 155 250 125 43 0 42 315 112 46
Binary 11001 1101101 10101000 1010101 100011 0 100010 11001101 1001010 100110

Color Harmonies of #196DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DA8

Black with #196DA8

Text Example


Text Example

White with #196DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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