Html Css Color HEX #19739B Lochmara

📋 copy color: '#19739B'

red 25 ◦ green 115 ◦ blue 155

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

Shades of Lochmara #19739B

Tints of Lochmara #19739B

RGB

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

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

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

R = 8.47%
G = 38.98%
B = 52.54%

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

#19739B (or 0x19739B) is known color: Lochmara. HEX triplet: 19, 73 and 9B. RGB value is (25,115,155). Sum of RGB (Red+Green+Blue) = 25+115+155=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #19739B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19739B is #E68C64. Grayscale: #5C5C5C. Windows color (decimal): -15109221 or 10187545. OLE color: 10187545.

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

Color convert

RGB 25 115 155 -
CMYK 0.84 0.26 0 0.39
HSL 198.46º 0.72% 0.35% -
HSV(B) 198.46º 0.84% 0.61% -
XYZ 12.45 14.83 33.22 -
YUV 92.65 163.18 79.75 -
System Red Green Blue C M Y K H S L
Decimal 25 115 155 0.84 0.26 0 0.39 198.46 0.72 0.35
Hex 19 73 9B 54 1A 0 27 C6 48 23
Octal 31 163 233 124 32 0 47 306 110 43
Binary 11001 1110011 10011011 1010100 11010 0 100111 11000110 1001000 100011

Color Harmonies of #19739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19739B

Black with #19739B

Text Example


Text Example

White with #19739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19739B; }

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

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

background-color css

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

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

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

border-color css

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

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

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