Html Css Color HEX #19639D Lochmara

📋 copy color: '#19639D'

red 25 ◦ green 99 ◦ blue 157

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

Shades of Lochmara #19639D

Tints of Lochmara #19639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 8.9%
G = 35.23%
B = 55.87%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19639D (or 0x19639D) is known color: Lochmara. HEX triplet: 19, 63 and 9D. RGB value is (25,99,157). Sum of RGB (Red+Green+Blue) = 25+99+157=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #19639D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19639D is #E69C62. Grayscale: #535353. Windows color (decimal): -15113315 or 10314521. OLE color: 10314521.

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

Color convert

RGB 25 99 157 -
CMYK 0.84 0.37 0 0.38
HSL 206.36º 0.73% 0.36% -
HSV(B) 206.36º 0.84% 0.62% -
XYZ 10.95 11.56 33.55 -
YUV 83.49 169.48 86.28 -
System Red Green Blue C M Y K H S L
Decimal 25 99 157 0.84 0.37 0 0.38 206.36 0.73 0.36
Hex 19 63 9D 54 25 0 26 CE 49 24
Octal 31 143 235 124 45 0 46 316 111 44
Binary 11001 1100011 10011101 1010100 100101 0 100110 11001110 1001001 100100

Color Harmonies of #19639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19639D

Black with #19639D

Text Example


Text Example

White with #19639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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