#12585D

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

Shades of Blue Stone #12585D

Tints of Blue Stone #12585D

Color information

#12585D (or 0x12585D) is unknown color: approx Blue Stone. HEX triplet: 12, 58 and 5D. RGB value is (18,88,93). Sum of RGB (Red+Green+Blue) = 18+88+93=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #12585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12585D is #EDA7A2. Grayscale: #434343. Windows color (decimal): -15574947 or 6117394. OLE color: 6117394.

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

Color convert

RGB188893-
CMYK0.810.0500.64
HSL184º67.57%21.76%-
HSV(B)184º80.65%36.47%-
XYZ5.717.911.58-
YUV67.64142.3192.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=9.05%
G=44.22%
B=46.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1888930.810.0500.6418467.5721.76
Hex12585D515040b84416
Octal221301351215010027010426
Binary100101011000101110110100011010100000010111000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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