#15699D

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

Shades of Lochmara #15699D

Tints of Lochmara #15699D

Color information

#15699D (or 0x15699D) is unknown color: approx Lochmara. HEX triplet: 15, 69 and 9D. RGB value is (21,105,157). Sum of RGB (Red+Green+Blue) = 21+105+157=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #15699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15699D is #EA9662. Grayscale: #555555. Windows color (decimal): -15373923 or 10316053. OLE color: 10316053.

HSL color Cylindrical-coordinate representation of color #15699D: hue angle of 202.94º degrees, saturation: 0.76, 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 #15699D is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB21105157-
CMYK0.870.3300.38
HSL202.94º76.4%34.9%-
HSV(B)202.94º86.62%61.57%-
XYZ11.4512.733.75-
YUV85.81168.1781.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.42%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=7.42%
G=37.10%
B=55.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211051570.870.3300.38202.9476.434.9
Hex15699D5721026cb4c23
Octal251512351274104631311443
Binary1010111010011001110110101111000010100110110010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,105,157); }

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

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

 a { background-color: rgb(21,105,157); }

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

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

 span { border-color: rgb(21,105,157); }

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