Html Css Color HEX #156899 Lochmara

📋 copy color: '#156899'

red 21 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #156899

Tints of Lochmara #156899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 7.55%
G = 37.41%
B = 55.04%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#156899 (or 0x156899) is known color: Lochmara. HEX triplet: 15, 68 and 99. RGB value is (21,104,153). Sum of RGB (Red+Green+Blue) = 21+104+153=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #156899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156899 is #EA9766. Grayscale: #545454. Windows color (decimal): -15374183 or 10053653. OLE color: 10053653.

HSL color Cylindrical-coordinate representation of color #156899: hue angle of 202.27º 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 #156899 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 104 153 -
CMYK 0.86 0.32 0 0.4
HSL 202.27º 0.76% 0.34% -
HSV(B) 202.27º 0.86% 0.6% -
XYZ 11.01 12.36 31.94 -
YUV 84.77 166.5 82.52 -
System Red Green Blue C M Y K H S L
Decimal 21 104 153 0.86 0.32 0 0.4 202.27 0.76 0.34
Hex 15 68 99 56 20 0 28 CA 4C 22
Octal 25 150 231 126 40 0 50 312 114 42
Binary 10101 1101000 10011001 1010110 100000 0 101000 11001010 1001100 100010

Color Harmonies of #156899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156899

Black with #156899

Text Example


Text Example

White with #156899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156899; }

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

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

background-color css

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

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

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

border-color css

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

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

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