Html Css Color HEX #15689B Lochmara

📋 copy color: '#15689B'

red 21 ◦ green 104 ◦ blue 155

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

Shades of Lochmara #15689B

Tints of Lochmara #15689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

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

R = 7.5%
G = 37.14%
B = 55.36%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15689B (or 0x15689B) is known color: Lochmara. HEX triplet: 15, 68 and 9B. RGB value is (21,104,155). Sum of RGB (Red+Green+Blue) = 21+104+155=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #15689B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15689B is #EA9764. Grayscale: #545454. Windows color (decimal): -15374181 or 10184725. OLE color: 10184725.

HSL color Cylindrical-coordinate representation of color #15689B: hue angle of 202.84º 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 #15689B is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 104 155 -
CMYK 0.86 0.33 0 0.39
HSL 202.84º 0.76% 0.35% -
HSV(B) 202.84º 0.86% 0.61% -
XYZ 11.18 12.43 32.82 -
YUV 85 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 21 104 155 0.86 0.33 0 0.39 202.84 0.76 0.35
Hex 15 68 9B 56 21 0 27 CB 4C 23
Octal 25 150 233 126 41 0 47 313 114 43
Binary 10101 1101000 10011011 1010110 100001 0 100111 11001011 1001100 100011

Color Harmonies of #15689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15689B

Black with #15689B

Text Example


Text Example

White with #15689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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