Html Css Color HEX #196CA0 Lochmara

📋 copy color: '#196CA0'

red 25 ◦ green 108 ◦ blue 160

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

Shades of Lochmara #196CA0

Tints of Lochmara #196CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 54.61%

R = 8.53%
G = 36.86%
B = 54.61%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#196CA0 (or 0x196CA0) is known color: Lochmara. HEX triplet: 19, 6C and A0. RGB value is (25,108,160). Sum of RGB (Red+Green+Blue) = 25+108+160=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 160 (62.89% from 255 or 54.61% from 293); Max value from RGB is 160 - color contains mainly: blue. Hex color #196CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196CA0 is #E6935F. Grayscale: #585858. Windows color (decimal): -15111008 or 10513433. OLE color: 10513433.

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

Color convert

RGB 25 108 160 -
CMYK 0.84 0.32 0 0.37
HSL 203.11º 0.73% 0.36% -
HSV(B) 203.11º 0.84% 0.63% -
XYZ 12.11 13.47 35.22 -
YUV 89.11 168 82.27 -
System Red Green Blue C M Y K H S L
Decimal 25 108 160 0.84 0.32 0 0.37 203.11 0.73 0.36
Hex 19 6C A0 54 20 0 25 CB 49 24
Octal 31 154 240 124 40 0 45 313 111 44
Binary 11001 1101100 10100000 1010100 100000 0 100101 11001011 1001001 100100

Color Harmonies of #196CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CA0

Black with #196CA0

Text Example


Text Example

White with #196CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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