#13659D

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

Shades of Lochmara #13659D

Tints of Lochmara #13659D

Color information

#13659D (or 0x13659D) is unknown color: approx Lochmara. HEX triplet: 13, 65 and 9D. RGB value is (19,101,157). Sum of RGB (Red+Green+Blue) = 19+101+157=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #13659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13659D is #EC9A62. Grayscale: #525252. Windows color (decimal): -15506019 or 10315027. OLE color: 10315027.

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

Color convert

RGB19101157-
CMYK0.880.3600.38
HSL204.35º78.41%34.51%-
HSV(B)204.35º87.9%61.57%-
XYZ11.0111.8833.61-
YUV82.87169.8382.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 157 (61.72% from 255) = 56.68%
R=6.86%
G=36.46%
B=56.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191011570.880.3600.38204.3578.4134.51
Hex13659D5824026cc4e23
Octal231452351304404631411643
Binary1001111001011001110110110001001000100110110011001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,101,157); }

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

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

 a { background-color: rgb(19,101,157); }

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

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

 span { border-color: rgb(19,101,157); }

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