Html Css Color HEX #19649C Lochmara

📋 copy color: '#19649C'

red 25 ◦ green 100 ◦ blue 156

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

Shades of Lochmara #19649C

Tints of Lochmara #19649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.52%

R = 8.9%
G = 35.59%
B = 55.52%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19649C (or 0x19649C) is known color: Lochmara. HEX triplet: 19, 64 and 9C. RGB value is (25,100,156). Sum of RGB (Red+Green+Blue) = 25+100+156=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #19649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19649C is #E69B63. Grayscale: #535353. Windows color (decimal): -15113060 or 10249241. OLE color: 10249241.

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

Color convert

RGB 25 100 156 -
CMYK 0.84 0.36 0 0.39
HSL 205.65º 0.72% 0.35% -
HSV(B) 205.65º 0.84% 0.61% -
XYZ 10.96 11.72 33.14 -
YUV 83.96 168.65 85.95 -
System Red Green Blue C M Y K H S L
Decimal 25 100 156 0.84 0.36 0 0.39 205.65 0.72 0.35
Hex 19 64 9C 54 24 0 27 CE 48 23
Octal 31 144 234 124 44 0 47 316 110 43
Binary 11001 1100100 10011100 1010100 100100 0 100111 11001110 1001000 100011

Color Harmonies of #19649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19649C

Black with #19649C

Text Example


Text Example

White with #19649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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