Html Css Color HEX #15699B Lochmara

📋 copy color: '#15699B'

red 21 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #15699B

Tints of Lochmara #15699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.16%

R = 7.47%
G = 37.37%
B = 55.16%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15699B (or 0x15699B) is known color: Lochmara. HEX triplet: 15, 69 and 9B. RGB value is (21,105,155). Sum of RGB (Red+Green+Blue) = 21+105+155=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #15699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15699B is #EA9664. Grayscale: #555555. Windows color (decimal): -15373925 or 10184981. OLE color: 10184981.

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

Color convert

RGB 21 105 155 -
CMYK 0.86 0.32 0 0.39
HSL 202.39º 0.76% 0.35% -
HSV(B) 202.39º 0.86% 0.61% -
XYZ 11.28 12.63 32.85 -
YUV 85.58 167.17 81.93 -
System Red Green Blue C M Y K H S L
Decimal 21 105 155 0.86 0.32 0 0.39 202.39 0.76 0.35
Hex 15 69 9B 56 20 0 27 CA 4C 23
Octal 25 151 233 126 40 0 47 312 114 43
Binary 10101 1101001 10011011 1010110 100000 0 100111 11001010 1001100 100011

Color Harmonies of #15699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15699B

Black with #15699B

Text Example


Text Example

White with #15699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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