#15639f

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

Shades of Lochmara #15639F

Tints of Lochmara #15639F

Color information

#15639F (or 0x15639F) is unknown color: approx Lochmara. HEX triplet: 15, 63 and 9F. RGB value is (21,99,159). Sum of RGB (Red+Green+Blue) = 21+99+159=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #15639F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15639F is #EA9C60. Grayscale: #525252. Windows color (decimal): -15375457 or 10445589. OLE color: 10445589.

HSL color Cylindrical-coordinate representation of color #15639F: hue angle of 206.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15639F is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2199159-
CMYK0.870.3800.38
HSL206.09º76.67%35.29%-
HSV(B)206.09º86.79%62.35%-
XYZ11.0311.5934.46-
YUV82.52171.1684.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=7.53%
G=35.48%
B=56.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21991590.870.3800.38206.0976.6735.29
Hex15639F5726026ce4d23
Octal251432371274604631611543
Binary1010111000111001111110101111001100100110110011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15639f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15639f; }

 p { color: rgb(21,99,159); }

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

<style>
 a { background-color: #15639f; }

 a { background-color: rgb(21,99,159); }

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

<style>
 span { border-color: #15639f; }

 span { border-color: rgb(21,99,159); }

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