Html Css Color HEX #197398 Lochmara

📋 copy color: '#197398'

red 25 ◦ green 115 ◦ blue 152

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

Shades of Lochmara #197398

Tints of Lochmara #197398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

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

R = 8.56%
G = 39.38%
B = 52.05%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#197398 (or 0x197398) is known color: Lochmara. HEX triplet: 19, 73 and 98. RGB value is (25,115,152). Sum of RGB (Red+Green+Blue) = 25+115+152=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #197398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197398 is #E68C67. Grayscale: #5C5C5C. Windows color (decimal): -15109224 or 9990937. OLE color: 9990937.

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

Color convert

RGB 25 115 152 -
CMYK 0.84 0.24 0 0.40
HSL 197.48º 0.72% 0.35% -
HSV(B) 197.48º 0.84% 0.6% -
XYZ 12.2 14.74 31.91 -
YUV 92.31 161.68 79.99 -
System Red Green Blue C M Y K H S L
Decimal 25 115 152 0.84 0.24 0 0.40 197.48 0.72 0.35
Hex 19 73 98 54 18 0 28 C5 48 23
Octal 31 163 230 124 30 0 50 305 110 43
Binary 11001 1110011 10011000 1010100 11000 0 101000 11000101 1001000 100011

Color Harmonies of #197398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197398

Black with #197398

Text Example


Text Example

White with #197398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197398; }

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

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

background-color css

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

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

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

border-color css

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

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

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