#155F7A

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

Shades of Allports #155F7A

Tints of Allports #155F7A

Color information

#155F7A (or 0x155F7A) is unknown color: approx Allports. HEX triplet: 15, 5F and 7A. RGB value is (21,95,122). Sum of RGB (Red+Green+Blue) = 21+95+122=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #155F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F7A is #EAA085. Grayscale: #4B4B4B. Windows color (decimal): -15376518 or 8019733. OLE color: 8019733.

HSL color Cylindrical-coordinate representation of color #155F7A: hue angle of 196.04º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155F7A is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2195122-
CMYK0.830.2200.52
HSL196.04º70.63%28.04%-
HSV(B)196.04º82.79%47.84%-
XYZ7.919.7519.88-
YUV75.95153.9888.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=8.82%
G=39.92%
B=51.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21951220.830.2200.52196.0470.6328.04
Hex155F7A5316034c4471c
Octal251371721232606430410734
Binary1010110111111111010101001110110011010011000100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155F7A; }

 p { color: rgb(21,95,122); }

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

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

 a { background-color: rgb(21,95,122); }

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

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

 span { border-color: rgb(21,95,122); }

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