Html Css Color HEX #19749C Lochmara

📋 copy color: '#19749C'

red 25 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #19749C

Tints of Lochmara #19749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

 BLUE value IS 156 (61.33% from 255) = 52.53%

R = 8.42%
G = 39.06%
B = 52.53%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19749C (or 0x19749C) is known color: Lochmara. HEX triplet: 19, 74 and 9C. RGB value is (25,116,156). Sum of RGB (Red+Green+Blue) = 25+116+156=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #19749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19749C is #E68B63. Grayscale: #5D5D5D. Windows color (decimal): -15108964 or 10253337. OLE color: 10253337.

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

Color convert

RGB 25 116 156 -
CMYK 0.84 0.26 0 0.39
HSL 198.32º 0.72% 0.35% -
HSV(B) 198.32º 0.84% 0.61% -
XYZ 12.65 15.1 33.7 -
YUV 93.35 163.35 79.25 -
System Red Green Blue C M Y K H S L
Decimal 25 116 156 0.84 0.26 0 0.39 198.32 0.72 0.35
Hex 19 74 9C 54 1A 0 27 C6 48 23
Octal 31 164 234 124 32 0 47 306 110 43
Binary 11001 1110100 10011100 1010100 11010 0 100111 11000110 1001000 100011

Color Harmonies of #19749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19749C

Black with #19749C

Text Example


Text Example

White with #19749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19749C; }

 p { color: rgb(25,116,156); }

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

background-color css

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

 a { background-color: rgb(25,116,156); }

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

border-color css

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

 span { border-color: rgb(25,116,156); }

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