#15625D

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

Shades of Blue Stone #15625D

Tints of Blue Stone #15625D

Color information

#15625D (or 0x15625D) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 5D. RGB value is (21,98,93). Sum of RGB (Red+Green+Blue) = 21+98+93=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #15625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15625D is #EA9DA2. Grayscale: #4A4A4A. Windows color (decimal): -15375779 or 6119957. OLE color: 6119957.

HSL color Cylindrical-coordinate representation of color #15625D: hue angle of 176.1º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15625D is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB219893-
CMYK0.7900.050.62
HSL176.1º64.71%23.33%-
HSV(B)176.1º78.57%38.43%-
XYZ6.659.6911.87-
YUV74.41138.4989.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=9.91%
G=46.23%
B=43.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198930.7900.050.62176.164.7123.33
Hex15625D4F053Eb04117
Octal25142135117057626010127
Binary10101110001010111011001111010111111010110000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15625D; }

 p { color: rgb(21,98,93); }

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

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

 a { background-color: rgb(21,98,93); }

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

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

 span { border-color: rgb(21,98,93); }

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