Html Css Color HEX #156A99 Lochmara

📋 copy color: '#156A99'

red 21 ◦ green 106 ◦ blue 153

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

Shades of Lochmara #156A99

Tints of Lochmara #156A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.86%

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

R = 7.5%
G = 37.86%
B = 54.64%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#156A99 (or 0x156A99) is known color: Lochmara. HEX triplet: 15, 6A and 99. RGB value is (21,106,153). Sum of RGB (Red+Green+Blue) = 21+106+153=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #156A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156A99 is #EA9566. Grayscale: #555555. Windows color (decimal): -15373671 or 10054165. OLE color: 10054165.

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

Color convert

RGB 21 106 153 -
CMYK 0.86 0.31 0 0.4
HSL 201.36º 0.76% 0.34% -
HSV(B) 201.36º 0.86% 0.6% -
XYZ 11.21 12.77 32.01 -
YUV 85.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 21 106 153 0.86 0.31 0 0.4 201.36 0.76 0.34
Hex 15 6A 99 56 1F 0 28 C9 4C 22
Octal 25 152 231 126 37 0 50 311 114 42
Binary 10101 1101010 10011001 1010110 11111 0 101000 11001001 1001100 100010

Color Harmonies of #156A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156A99

Black with #156A99

Text Example


Text Example

White with #156A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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