Html Css Color HEX #13649E Lochmara

📋 copy color: '#13649E'

red 19 ◦ green 100 ◦ blue 158

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

Shades of Lochmara #13649E

Tints of Lochmara #13649E

RGB

 RED value IS 19 (7.81% from 255) = 6.86%

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

 BLUE value IS 158 (62.11% from 255) = 57.04%

R = 6.86%
G = 36.1%
B = 57.04%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13649E (or 0x13649E) is known color: Lochmara. HEX triplet: 13, 64 and 9E. RGB value is (19,100,158). Sum of RGB (Red+Green+Blue) = 19+100+158=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #13649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13649E is #EC9B61. Grayscale: #525252. Windows color (decimal): -15506274 or 10380307. OLE color: 10380307.

HSL color Cylindrical-coordinate representation of color #13649E: hue angle of 205.04º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13649E is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 100 158 -
CMYK 0.88 0.37 0 0.38
HSL 205.04º 0.79% 0.35% -
HSV(B) 205.04º 0.88% 0.62% -
XYZ 11 11.72 34.03 -
YUV 82.39 170.66 82.78 -
System Red Green Blue C M Y K H S L
Decimal 19 100 158 0.88 0.37 0 0.38 205.04 0.79 0.35
Hex 13 64 9E 58 25 0 26 CD 4F 23
Octal 23 144 236 130 45 0 46 315 117 43
Binary 10011 1100100 10011110 1011000 100101 0 100110 11001101 1001111 100011

Color Harmonies of #13649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13649E

Black with #13649E

Text Example


Text Example

White with #13649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13649E; }

 p { color: rgb(19,100,158); }

 H1.HeaderClassName
 {
   color: #13649E;
 }
 .AnyTagClassName
 {
   color: #13649E;
 }
</style>

background-color css

<style>
 a { background-color: #13649E; }

 a { background-color: rgb(19,100,158); }

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

border-color css

<style>
 span { border-color: #13649E; }

 span { border-color: rgb(19,100,158); }

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