Html Css Color HEX #197098 Lochmara

📋 copy color: '#197098'

red 25 ◦ green 112 ◦ blue 152

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

Shades of Lochmara #197098

Tints of Lochmara #197098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 8.65%
G = 38.75%
B = 52.6%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#197098 (or 0x197098) is known color: Lochmara. HEX triplet: 19, 70 and 98. RGB value is (25,112,152). Sum of RGB (Red+Green+Blue) = 25+112+152=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #197098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197098 is #E68F67. Grayscale: #5A5A5A. Windows color (decimal): -15109992 or 9990169. OLE color: 9990169.

HSL color Cylindrical-coordinate representation of color #197098: hue angle of 198.9º 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 #197098 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 112 152 -
CMYK 0.84 0.26 0 0.40
HSL 198.9º 0.72% 0.35% -
HSV(B) 198.9º 0.84% 0.6% -
XYZ 11.86 14.06 31.79 -
YUV 90.55 162.68 81.25 -
System Red Green Blue C M Y K H S L
Decimal 25 112 152 0.84 0.26 0 0.40 198.9 0.72 0.35
Hex 19 70 98 54 1A 0 28 C7 48 23
Octal 31 160 230 124 32 0 50 307 110 43
Binary 11001 1110000 10011000 1010100 11010 0 101000 11000111 1001000 100011

Color Harmonies of #197098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197098

Black with #197098

Text Example


Text Example

White with #197098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197098; }

 p { color: rgb(25,112,152); }

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

background-color css

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

 a { background-color: rgb(25,112,152); }

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

border-color css

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

 span { border-color: rgb(25,112,152); }

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