#13649F

Color #13649F Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #13649F

Tints of Lochmara #13649F

Color information

#13649F (or 0x13649F) is unknown color: approx Lochmara. HEX triplet: 13, 64 and 9F. RGB value is (19,100,159). Sum of RGB (Red+Green+Blue) = 19+100+159=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #13649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13649F is #EC9B60. Grayscale: #525252. Windows color (decimal): -15506273 or 10445843. OLE color: 10445843.

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

Color convert

RGB19100159-
CMYK0.880.3700.38
HSL205.29º78.65%34.9%-
HSV(B)205.29º88.05%62.35%-
XYZ11.0811.7634.49-
YUV82.51171.1682.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 159 (62.5% from 255) = 57.19%
R=6.83%
G=35.97%
B=57.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191001590.880.3700.38205.2978.6534.9
Hex13649F5825026cd4f23
Octal231442371304504631511743
Binary1001111001001001111110110001001010100110110011011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13649F;
 }
 .AnyTagClassName
 {
   color: #13649F;
 }
</style>
background-color css

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

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

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

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

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

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