#125F63

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

Shades of Blue Stone #125F63

Tints of Blue Stone #125F63

Color information

#125F63 (or 0x125F63) is unknown color: approx Blue Stone. HEX triplet: 12, 5F and 63. RGB value is (18,95,99). Sum of RGB (Red+Green+Blue) = 18+95+99=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #125F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F63 is #EDA09C. Grayscale: #484848. Windows color (decimal): -15573149 or 6512402. OLE color: 6512402.

HSL color Cylindrical-coordinate representation of color #125F63: hue angle of 182.96º 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 #125F63 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB189599-
CMYK0.820.0400.61
HSL182.96º69.23%22.94%-
HSV(B)182.96º81.82%38.82%-
XYZ6.599.2113.24-
YUV72.43142.9989.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 95 (37.5% from 255) = 44.81%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=8.49%
G=44.81%
B=46.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1895990.820.0400.61182.9669.2322.94
Hex125F6352403Db74517
Octal22137143122407526710527
Binary10010101111111000111010010100011110110110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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