Html Css Color HEX #196F9A Lochmara

📋 copy color: '#196F9A'

red 25 ◦ green 111 ◦ blue 154

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

Shades of Lochmara #196F9A

Tints of Lochmara #196F9A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

 BLUE value IS 154 (60.55% from 255) = 53.1%

R = 8.62%
G = 38.28%
B = 53.1%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#196F9A (or 0x196F9A) is known color: Lochmara. HEX triplet: 19, 6F and 9A. RGB value is (25,111,154). Sum of RGB (Red+Green+Blue) = 25+111+154=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #196F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196F9A is #E69065. Grayscale: #595959. Windows color (decimal): -15110246 or 10120985. OLE color: 10120985.

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

Color convert

RGB 25 111 154 -
CMYK 0.84 0.28 0 0.40
HSL 200º 0.72% 0.35% -
HSV(B) 200º 0.84% 0.6% -
XYZ 11.92 13.91 32.63 -
YUV 90.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 25 111 154 0.84 0.28 0 0.40 200 0.72 0.35
Hex 19 6F 9A 54 1C 0 28 C8 48 23
Octal 31 157 232 124 34 0 50 310 110 43
Binary 11001 1101111 10011010 1010100 11100 0 101000 11001000 1001000 100011

Color Harmonies of #196F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F9A

Black with #196F9A

Text Example


Text Example

White with #196F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,111,154); }

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

background-color css

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

 a { background-color: rgb(25,111,154); }

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

border-color css

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

 span { border-color: rgb(25,111,154); }

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