#156081

Color #156081 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #156081

Tints of Allports #156081

Color information

#156081 (or 0x156081) is unknown color: approx Allports. HEX triplet: 15, 60 and 81. RGB value is (21,96,129). Sum of RGB (Red+Green+Blue) = 21+96+129=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #156081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156081 is #EA9F7E. Grayscale: #4D4D4D. Windows color (decimal): -15376255 or 8478741. OLE color: 8478741.

HSL color Cylindrical-coordinate representation of color #156081: hue angle of 198.33º 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 #156081 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2196129-
CMYK0.840.2600.49
HSL198.33º72%29.41%-
HSV(B)198.33º83.72%50.59%-
XYZ8.4510.1122.27-
YUV77.34157.1587.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.54%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=8.54%
G=39.02%
B=52.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21961290.840.2600.49198.337229.41
Hex156081541A031c6481d
Octal251402011243206130611035
Binary10101110000010000001101010011010011000111000110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156081; }

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

 H1.HeaderClassName
 {
   color: #156081;
 }
 .AnyTagClassName
 {
   color: #156081;
 }
</style>
background-color css

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

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

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

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

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

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