Html Css Color HEX #156996 Allports

📋 copy color: '#156996'

red 21 ◦ green 105 ◦ blue 150

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

Shades of Allports #156996

Tints of Allports #156996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.35%

R = 7.61%
G = 38.04%
B = 54.35%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#156996 (or 0x156996) is known color: Allports. HEX triplet: 15, 69 and 96. RGB value is (21,105,150). Sum of RGB (Red+Green+Blue) = 21+105+150=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #156996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156996 is #EA9669. Grayscale: #545454. Windows color (decimal): -15373930 or 9857301. OLE color: 9857301.

HSL color Cylindrical-coordinate representation of color #156996: hue angle of 200.93º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156996 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 105 150 -
CMYK 0.86 0.30 0 0.41
HSL 200.93º 0.75% 0.34% -
HSV(B) 200.93º 0.86% 0.59% -
XYZ 10.87 12.46 30.69 -
YUV 85.01 164.67 82.34 -
System Red Green Blue C M Y K H S L
Decimal 21 105 150 0.86 0.30 0 0.41 200.93 0.75 0.34
Hex 15 69 96 56 1E 0 29 C9 4B 22
Octal 25 151 226 126 36 0 51 311 113 42
Binary 10101 1101001 10010110 1010110 11110 0 101001 11001001 1001011 100010

Color Harmonies of #156996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156996

Black with #156996

Text Example


Text Example

White with #156996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156996; }

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

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

background-color css

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

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

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

border-color css

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

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

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