#125D63

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

Shades of Blue Stone #125D63

Tints of Blue Stone #125D63

Color information

#125D63 (or 0x125D63) is unknown color: approx Blue Stone. HEX triplet: 12, 5D and 63. RGB value is (18,93,99). Sum of RGB (Red+Green+Blue) = 18+93+99=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #125D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D63 is #EDA29C. Grayscale: #474747. Windows color (decimal): -15573661 or 6511890. OLE color: 6511890.

HSL color Cylindrical-coordinate representation of color #125D63: hue angle of 184.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125D63 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB189399-
CMYK0.820.0600.61
HSL184.44º69.23%22.94%-
HSV(B)184.44º81.82%38.82%-
XYZ6.428.8613.18-
YUV71.26143.6590.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=8.57%
G=44.29%
B=47.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1893990.820.0600.61184.4469.2322.94
Hex125D6352603Db84517
Octal22135143122607527010527
Binary10010101110111000111010010110011110110111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125D63; }

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

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

<style>
 a { background-color: #125D63; }

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

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

<style>
 span { border-color: #125D63; }

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

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