Html Css Color HEX #19749F Lochmara

📋 copy color: '#19749F'

red 25 ◦ green 116 ◦ blue 159

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

Shades of Lochmara #19749F

Tints of Lochmara #19749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53%

R = 8.33%
G = 38.67%
B = 53%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19749F (or 0x19749F) is known color: Lochmara. HEX triplet: 19, 74 and 9F. RGB value is (25,116,159). Sum of RGB (Red+Green+Blue) = 25+116+159=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #19749F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19749F is #E68B60. Grayscale: #5D5D5D. Windows color (decimal): -15108961 or 10449945. OLE color: 10449945.

HSL color Cylindrical-coordinate representation of color #19749F: hue angle of 199.25º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19749F is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 116 159 -
CMYK 0.84 0.27 0 0.38
HSL 199.25º 0.73% 0.36% -
HSV(B) 199.25º 0.84% 0.62% -
XYZ 12.9 15.2 35.05 -
YUV 93.69 164.85 79 -
System Red Green Blue C M Y K H S L
Decimal 25 116 159 0.84 0.27 0 0.38 199.25 0.73 0.36
Hex 19 74 9F 54 1B 0 26 C7 49 24
Octal 31 164 237 124 33 0 46 307 111 44
Binary 11001 1110100 10011111 1010100 11011 0 100110 11000111 1001001 100100

Color Harmonies of #19749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19749F

Black with #19749F

Text Example


Text Example

White with #19749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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