Html Css Color HEX #156389 Allports

📋 copy color: '#156389'

red 21 ◦ green 99 ◦ blue 137

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

Shades of Allports #156389

Tints of Allports #156389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

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

R = 8.17%
G = 38.52%
B = 53.31%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#156389 (or 0x156389) is known color: Allports. HEX triplet: 15, 63 and 89. RGB value is (21,99,137). Sum of RGB (Red+Green+Blue) = 21+99+137=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #156389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156389 is #EA9C76. Grayscale: #4F4F4F. Windows color (decimal): -15375479 or 9003797. OLE color: 9003797.

HSL color Cylindrical-coordinate representation of color #156389: hue angle of 199.66º 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 #156389 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 99 137 -
CMYK 0.85 0.28 0 0.46
HSL 199.66º 0.73% 0.31% -
HSV(B) 199.66º 0.85% 0.54% -
XYZ 9.29 10.89 25.28 -
YUV 80.01 160.16 85.91 -
System Red Green Blue C M Y K H S L
Decimal 21 99 137 0.85 0.28 0 0.46 199.66 0.73 0.31
Hex 15 63 89 55 1C 0 2E C8 49 1F
Octal 25 143 211 125 34 0 56 310 111 37
Binary 10101 1100011 10001001 1010101 11100 0 101110 11001000 1001001 11111

Color Harmonies of #156389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156389

Black with #156389

Text Example


Text Example

White with #156389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156389; }

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

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

background-color css

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

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

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

border-color css

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

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

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