Html Css Color HEX #15699A Lochmara

📋 copy color: '#15699A'

red 21 ◦ green 105 ◦ blue 154

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

Shades of Lochmara #15699A

Tints of Lochmara #15699A

RGB

 RED value IS 21 (8.59% from 255) = 7.5%

 GREEN value IS 105 (41.41% from 255) = 37.5%

 BLUE value IS 154 (60.55% from 255) = 55%

R = 7.5%
G = 37.5%
B = 55%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15699A (or 0x15699A) is known color: Lochmara. HEX triplet: 15, 69 and 9A. RGB value is (21,105,154). Sum of RGB (Red+Green+Blue) = 21+105+154=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #15699A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15699A is #EA9665. Grayscale: #555555. Windows color (decimal): -15373926 or 10119445. OLE color: 10119445.

HSL color Cylindrical-coordinate representation of color #15699A: hue angle of 202.11º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15699A is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 105 154 -
CMYK 0.86 0.32 0 0.40
HSL 202.11º 0.76% 0.34% -
HSV(B) 202.11º 0.86% 0.6% -
XYZ 11.19 12.6 32.41 -
YUV 85.47 166.67 82.02 -
System Red Green Blue C M Y K H S L
Decimal 21 105 154 0.86 0.32 0 0.40 202.11 0.76 0.34
Hex 15 69 9A 56 20 0 28 CA 4C 22
Octal 25 151 232 126 40 0 50 312 114 42
Binary 10101 1101001 10011010 1010110 100000 0 101000 11001010 1001100 100010

Color Harmonies of #15699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15699A

Black with #15699A

Text Example


Text Example

White with #15699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15699A;
 }
 .AnyTagClassName
 {
   color: #15699A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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