Html Css Color HEX #196C9B Lochmara

📋 copy color: '#196C9B'

red 25 ◦ green 108 ◦ blue 155

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

Shades of Lochmara #196C9B

Tints of Lochmara #196C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.82%

R = 8.68%
G = 37.5%
B = 53.82%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#196C9B (or 0x196C9B) is known color: Lochmara. HEX triplet: 19, 6C and 9B. RGB value is (25,108,155). Sum of RGB (Red+Green+Blue) = 25+108+155=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #196C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196C9B is #E69364. Grayscale: #585858. Windows color (decimal): -15111013 or 10185753. OLE color: 10185753.

HSL color Cylindrical-coordinate representation of color #196C9B: hue angle of 201.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196C9B is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 108 155 -
CMYK 0.84 0.30 0 0.39
HSL 201.69º 0.72% 0.35% -
HSV(B) 201.69º 0.84% 0.61% -
XYZ 11.68 13.3 32.96 -
YUV 88.54 165.5 82.68 -
System Red Green Blue C M Y K H S L
Decimal 25 108 155 0.84 0.30 0 0.39 201.69 0.72 0.35
Hex 19 6C 9B 54 1E 0 27 CA 48 23
Octal 31 154 233 124 36 0 47 312 110 43
Binary 11001 1101100 10011011 1010100 11110 0 100111 11001010 1001000 100011

Color Harmonies of #196C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C9B

Black with #196C9B

Text Example


Text Example

White with #196C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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