#12525D

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

Shades of Blue Stone #12525D

Tints of Blue Stone #12525D

Color information

#12525D (or 0x12525D) is unknown color: approx Blue Stone. HEX triplet: 12, 52 and 5D. RGB value is (18,82,93). Sum of RGB (Red+Green+Blue) = 18+82+93=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #12525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12525D is #EDADA2. Grayscale: #404040. Windows color (decimal): -15576483 or 6115858. OLE color: 6115858.

HSL color Cylindrical-coordinate representation of color #12525D: hue angle of 188.8º 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 #12525D is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB188293-
CMYK0.810.1200.64
HSL188.8º67.57%21.76%-
HSV(B)188.8º80.65%36.47%-
XYZ5.246.9511.42-
YUV64.12144.395.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=9.33%
G=42.49%
B=48.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1882930.810.1200.64188.867.5721.76
Hex12525D51C040bd4416
Octal2212213512114010027510426
Binary1001010100101011101101000111000100000010111101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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