Html Css Color HEX #156481 Allports

📋 copy color: '#156481'

red 21 ◦ green 100 ◦ blue 129

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

Shades of Allports #156481

Tints of Allports #156481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 129 (50.78% from 255) = 51.6%

R = 8.4%
G = 40%
B = 51.6%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#156481 (or 0x156481) is known color: Allports. HEX triplet: 15, 64 and 81. RGB value is (21,100,129). Sum of RGB (Red+Green+Blue) = 21+100+129=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #156481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156481 is #EA9B7E. Grayscale: #4F4F4F. Windows color (decimal): -15375231 or 8479765. OLE color: 8479765.

HSL color Cylindrical-coordinate representation of color #156481: hue angle of 196.11º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156481 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 100 129 -
CMYK 0.84 0.22 0 0.49
HSL 196.11º 0.72% 0.29% -
HSV(B) 196.11º 0.84% 0.51% -
XYZ 8.83 10.86 22.4 -
YUV 79.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 21 100 129 0.84 0.22 0 0.49 196.11 0.72 0.29
Hex 15 64 81 54 16 0 31 C4 48 1D
Octal 25 144 201 124 26 0 61 304 110 35
Binary 10101 1100100 10000001 1010100 10110 0 110001 11000100 1001000 11101

Color Harmonies of #156481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156481

Black with #156481

Text Example


Text Example

White with #156481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156481; }

 p { color: rgb(21,100,129); }

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

background-color css

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

 a { background-color: rgb(21,100,129); }

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

border-color css

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

 span { border-color: rgb(21,100,129); }

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