Html Css Color HEX #19749B Lochmara

📋 copy color: '#19749B'

red 25 ◦ green 116 ◦ blue 155

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

Shades of Lochmara #19749B

Tints of Lochmara #19749B

RGB

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

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

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

R = 8.45%
G = 39.19%
B = 52.36%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19749B (or 0x19749B) is known color: Lochmara. HEX triplet: 19, 74 and 9B. RGB value is (25,116,155). Sum of RGB (Red+Green+Blue) = 25+116+155=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #19749B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19749B is #E68B64. Grayscale: #5C5C5C. Windows color (decimal): -15108965 or 10187801. OLE color: 10187801.

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

Color convert

RGB 25 116 155 -
CMYK 0.84 0.25 0 0.39
HSL 198º 0.72% 0.35% -
HSV(B) 198º 0.84% 0.61% -
XYZ 12.56 15.06 33.26 -
YUV 93.24 162.85 79.33 -
System Red Green Blue C M Y K H S L
Decimal 25 116 155 0.84 0.25 0 0.39 198 0.72 0.35
Hex 19 74 9B 54 19 0 27 C6 48 23
Octal 31 164 233 124 31 0 47 306 110 43
Binary 11001 1110100 10011011 1010100 11001 0 100111 11000110 1001000 100011

Color Harmonies of #19749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19749B

Black with #19749B

Text Example


Text Example

White with #19749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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