Html Css Color HEX #15699D Lochmara

📋 copy color: '#15699D'

red 21 ◦ green 105 ◦ blue 157

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

Shades of Lochmara #15699D

Tints of Lochmara #15699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 7.42%
G = 37.1%
B = 55.48%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15699D (or 0x15699D) is known color: 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

RGB 21 105 157 -
CMYK 0.87 0.33 0 0.38
HSL 202.94º 0.76% 0.35% -
HSV(B) 202.94º 0.87% 0.62% -
XYZ 11.45 12.7 33.75 -
YUV 85.81 168.17 81.77 -
System Red Green Blue C M Y K H S L
Decimal 21 105 157 0.87 0.33 0 0.38 202.94 0.76 0.35
Hex 15 69 9D 57 21 0 26 CB 4C 23
Octal 25 151 235 127 41 0 46 313 114 43
Binary 10101 1101001 10011101 1010111 100001 0 100110 11001011 1001100 100011

Color Harmonies of #15699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15699D

Black with #15699D

Text Example


Text Example

White with #15699D

Text Example


Text Example

HTML Codes & Css Web 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>