Html Css Color HEX #19699D Lochmara

📋 copy color: '#19699D'

red 25 ◦ green 105 ◦ blue 157

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

Shades of Lochmara #19699D

Tints of Lochmara #19699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 8.71%
G = 36.59%
B = 54.7%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19699D (or 0x19699D) is known color: Lochmara. HEX triplet: 19, 69 and 9D. RGB value is (25,105,157). Sum of RGB (Red+Green+Blue) = 25+105+157=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #19699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19699D is #E69662. Grayscale: #565656. Windows color (decimal): -15111779 or 10316057. OLE color: 10316057.

HSL color Cylindrical-coordinate representation of color #19699D: hue angle of 203.64º 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 #19699D is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 105 157 -
CMYK 0.84 0.33 0 0.38
HSL 203.64º 0.73% 0.36% -
HSV(B) 203.64º 0.84% 0.62% -
XYZ 11.54 12.74 33.75 -
YUV 87.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 25 105 157 0.84 0.33 0 0.38 203.64 0.73 0.36
Hex 19 69 9D 54 21 0 26 CC 49 24
Octal 31 151 235 124 41 0 46 314 111 44
Binary 11001 1101001 10011101 1010100 100001 0 100110 11001100 1001001 100100

Color Harmonies of #19699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19699D

Black with #19699D

Text Example


Text Example

White with #19699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19699D; }

 p { color: rgb(25,105,157); }

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

background-color css

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

 a { background-color: rgb(25,105,157); }

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

border-color css

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

 span { border-color: rgb(25,105,157); }

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