Html Css Color HEX #196B9D Lochmara

📋 copy color: '#196B9D'

red 25 ◦ green 107 ◦ blue 157

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

Shades of Lochmara #196B9D

Tints of Lochmara #196B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.02%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 8.65%
G = 37.02%
B = 54.33%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#196B9D (or 0x196B9D) is known color: Lochmara. HEX triplet: 19, 6B and 9D. RGB value is (25,107,157). Sum of RGB (Red+Green+Blue) = 25+107+157=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #196B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196B9D is #E69462. Grayscale: #575757. Windows color (decimal): -15111267 or 10316569. OLE color: 10316569.

HSL color Cylindrical-coordinate representation of color #196B9D: hue angle of 202.73º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196B9D is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 107 157 -
CMYK 0.84 0.32 0 0.38
HSL 202.73º 0.73% 0.36% -
HSV(B) 202.73º 0.84% 0.62% -
XYZ 11.74 13.16 33.82 -
YUV 88.18 166.83 82.93 -
System Red Green Blue C M Y K H S L
Decimal 25 107 157 0.84 0.32 0 0.38 202.73 0.73 0.36
Hex 19 6B 9D 54 20 0 26 CB 49 24
Octal 31 153 235 124 40 0 46 313 111 44
Binary 11001 1101011 10011101 1010100 100000 0 100110 11001011 1001001 100100

Color Harmonies of #196B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B9D

Black with #196B9D

Text Example


Text Example

White with #196B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,107,157); }

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

background-color css

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

 a { background-color: rgb(25,107,157); }

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

border-color css

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

 span { border-color: rgb(25,107,157); }

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