#12585B

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

Shades of Blue Stone #12585B

Tints of Blue Stone #12585B

Color information

#12585B (or 0x12585B) is unknown color: approx Blue Stone. HEX triplet: 12, 58 and 5B. RGB value is (18,88,91). Sum of RGB (Red+Green+Blue) = 18+88+91=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #12585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12585B is #EDA7A4. Grayscale: #434343. Windows color (decimal): -15574949 or 5986322. OLE color: 5986322.

HSL color Cylindrical-coordinate representation of color #12585B: hue angle of 182.47º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12585B is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB188891-
CMYK0.800.0300.64
HSL182.47º66.97%21.37%-
HSV(B)182.47º80.22%35.69%-
XYZ5.637.8611.12-
YUV67.41141.3192.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=9.14%
G=44.67%
B=46.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1888910.800.0300.64182.4766.9721.37
Hex12585B503040b64315
Octal221301331203010026610325
Binary10010101100010110111010000110100000010110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12585B; }

 p { color: rgb(18,88,91); }

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

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

 a { background-color: rgb(18,88,91); }

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

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

 span { border-color: rgb(18,88,91); }

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