Html Css Color HEX #156689 Allports

📋 copy color: '#156689'

red 21 ◦ green 102 ◦ blue 137

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

Shades of Allports #156689

Tints of Allports #156689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.23%

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 8.08%
G = 39.23%
B = 52.69%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#156689 (or 0x156689) is known color: Allports. HEX triplet: 15, 66 and 89. RGB value is (21,102,137). Sum of RGB (Red+Green+Blue) = 21+102+137=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #156689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156689 is #EA9976. Grayscale: #515151. Windows color (decimal): -15374711 or 9004565. OLE color: 9004565.

HSL color Cylindrical-coordinate representation of color #156689: hue angle of 198.1º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156689 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 102 137 -
CMYK 0.85 0.26 0 0.46
HSL 198.1º 0.73% 0.31% -
HSV(B) 198.1º 0.85% 0.54% -
XYZ 9.58 11.47 25.38 -
YUV 81.77 159.16 84.65 -
System Red Green Blue C M Y K H S L
Decimal 21 102 137 0.85 0.26 0 0.46 198.1 0.73 0.31
Hex 15 66 89 55 1A 0 2E C6 49 1F
Octal 25 146 211 125 32 0 56 306 111 37
Binary 10101 1100110 10001001 1010101 11010 0 101110 11000110 1001001 11111

Color Harmonies of #156689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156689

Black with #156689

Text Example


Text Example

White with #156689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156689; }

 p { color: rgb(21,102,137); }

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

background-color css

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

 a { background-color: rgb(21,102,137); }

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

border-color css

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

 span { border-color: rgb(21,102,137); }

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