Html Css Color HEX #196C9D Lochmara

📋 copy color: '#196C9D'

red 25 ◦ green 108 ◦ blue 157

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

Shades of Lochmara #196C9D

Tints of Lochmara #196C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

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

R = 8.62%
G = 37.24%
B = 54.14%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#196C9D (or 0x196C9D) is known color: Lochmara. HEX triplet: 19, 6C and 9D. RGB value is (25,108,157). Sum of RGB (Red+Green+Blue) = 25+108+157=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #196C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196C9D is #E69362. Grayscale: #585858. Windows color (decimal): -15111011 or 10316825. OLE color: 10316825.

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

Color convert

RGB 25 108 157 -
CMYK 0.84 0.31 0 0.38
HSL 202.27º 0.73% 0.36% -
HSV(B) 202.27º 0.84% 0.62% -
XYZ 11.85 13.37 33.85 -
YUV 88.77 166.5 82.52 -
System Red Green Blue C M Y K H S L
Decimal 25 108 157 0.84 0.31 0 0.38 202.27 0.73 0.36
Hex 19 6C 9D 54 1F 0 26 CA 49 24
Octal 31 154 235 124 37 0 46 312 111 44
Binary 11001 1101100 10011101 1010100 11111 0 100110 11001010 1001001 100100

Color Harmonies of #196C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C9D

Black with #196C9D

Text Example


Text Example

White with #196C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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