Html Css Color HEX #156998 Lochmara

📋 copy color: '#156998'

red 21 ◦ green 105 ◦ blue 152

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

Shades of Lochmara #156998

Tints of Lochmara #156998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.68%

R = 7.55%
G = 37.77%
B = 54.68%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#156998 (or 0x156998) is known color: Lochmara. HEX triplet: 15, 69 and 98. RGB value is (21,105,152). Sum of RGB (Red+Green+Blue) = 21+105+152=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #156998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156998 is #EA9667. Grayscale: #545454. Windows color (decimal): -15373928 or 9988373. OLE color: 9988373.

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

Color convert

RGB 21 105 152 -
CMYK 0.86 0.31 0 0.40
HSL 201.53º 0.76% 0.34% -
HSV(B) 201.53º 0.86% 0.6% -
XYZ 11.03 12.53 31.54 -
YUV 85.24 165.67 82.18 -
System Red Green Blue C M Y K H S L
Decimal 21 105 152 0.86 0.31 0 0.40 201.53 0.76 0.34
Hex 15 69 98 56 1F 0 28 CA 4C 22
Octal 25 151 230 126 37 0 50 312 114 42
Binary 10101 1101001 10011000 1010110 11111 0 101000 11001010 1001100 100010

Color Harmonies of #156998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156998

Black with #156998

Text Example


Text Example

White with #156998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156998; }

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

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

background-color css

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

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

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

border-color css

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

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

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