Html Css Color HEX #15689D Lochmara

📋 copy color: '#15689D'

red 21 ◦ green 104 ◦ blue 157

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

Shades of Lochmara #15689D

Tints of Lochmara #15689D

RGB

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

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

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

R = 7.45%
G = 36.88%
B = 55.67%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15689D (or 0x15689D) is known color: Lochmara. HEX triplet: 15, 68 and 9D. RGB value is (21,104,157). Sum of RGB (Red+Green+Blue) = 21+104+157=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #15689D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15689D is #EA9762. Grayscale: #545454. Windows color (decimal): -15374179 or 10315797. OLE color: 10315797.

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

Color convert

RGB 21 104 157 -
CMYK 0.87 0.34 0 0.38
HSL 203.38º 0.76% 0.35% -
HSV(B) 203.38º 0.87% 0.62% -
XYZ 11.35 12.49 33.71 -
YUV 85.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 21 104 157 0.87 0.34 0 0.38 203.38 0.76 0.35
Hex 15 68 9D 57 22 0 26 CB 4C 23
Octal 25 150 235 127 42 0 46 313 114 43
Binary 10101 1101000 10011101 1010111 100010 0 100110 11001011 1001100 100011

Color Harmonies of #15689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15689D

Black with #15689D

Text Example


Text Example

White with #15689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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