#155865

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

Shades of Blue Stone #155865

Tints of Blue Stone #155865

Color information

#155865 (or 0x155865) is unknown color: approx Blue Stone. HEX triplet: 15, 58 and 65. RGB value is (21,88,101). Sum of RGB (Red+Green+Blue) = 21+88+101=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #155865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155865 is #EAA79A. Grayscale: #454545. Windows color (decimal): -15378331 or 6641685. OLE color: 6641685.

HSL color Cylindrical-coordinate representation of color #155865: hue angle of 189.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155865 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2188101-
CMYK0.790.1300.60
HSL189.75º65.57%23.92%-
HSV(B)189.75º79.21%39.61%-
XYZ6.158.0813.55-
YUV69.45145.893.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=10%
G=41.90%
B=48.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21881010.790.1300.60189.7565.5723.92
Hex1558654FD03Cbe4218
Octal251301451171507427610230
Binary101011011000110010110011111101011110010111110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155865; }

 p { color: rgb(21,88,101); }

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

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

 a { background-color: rgb(21,88,101); }

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

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

 span { border-color: rgb(21,88,101); }

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