#12585E

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

Shades of Blue Stone #12585E

Tints of Blue Stone #12585E

Color information

#12585E (or 0x12585E) is unknown color: approx Blue Stone. HEX triplet: 12, 58 and 5E. RGB value is (18,88,94). Sum of RGB (Red+Green+Blue) = 18+88+94=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #12585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12585E is #EDA7A1. Grayscale: #434343. Windows color (decimal): -15574946 or 6182930. OLE color: 6182930.

HSL color Cylindrical-coordinate representation of color #12585E: hue angle of 184.74º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12585E is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB188894-
CMYK0.810.0600.63
HSL184.74º67.86%21.96%-
HSV(B)184.74º80.85%36.86%-
XYZ5.767.9211.81-
YUV67.75142.8192.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 94 (37.11% from 255) = 47%
R=9%
G=44%
B=47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1888940.810.0600.63184.7467.8621.96
Hex12585E51603Fb94416
Octal22130136121607727110426
Binary10010101100010111101010001110011111110111001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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