Html Css Color HEX #19649D Lochmara

📋 copy color: '#19649D'

red 25 ◦ green 100 ◦ blue 157

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

Shades of Lochmara #19649D

Tints of Lochmara #19649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 8.87%
G = 35.46%
B = 55.67%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19649D (or 0x19649D) is known color: Lochmara. HEX triplet: 19, 64 and 9D. RGB value is (25,100,157). Sum of RGB (Red+Green+Blue) = 25+100+157=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #19649D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19649D is #E69B62. Grayscale: #535353. Windows color (decimal): -15113059 or 10314777. OLE color: 10314777.

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

Color convert

RGB 25 100 157 -
CMYK 0.84 0.36 0 0.38
HSL 205.91º 0.73% 0.36% -
HSV(B) 205.91º 0.84% 0.62% -
XYZ 11.04 11.76 33.59 -
YUV 84.07 169.15 85.87 -
System Red Green Blue C M Y K H S L
Decimal 25 100 157 0.84 0.36 0 0.38 205.91 0.73 0.36
Hex 19 64 9D 54 24 0 26 CE 49 24
Octal 31 144 235 124 44 0 46 316 111 44
Binary 11001 1100100 10011101 1010100 100100 0 100110 11001110 1001001 100100

Color Harmonies of #19649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19649D

Black with #19649D

Text Example


Text Example

White with #19649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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