#125F5C

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

Shades of Blue Stone #125F5C

Tints of Blue Stone #125F5C

Color information

#125F5C (or 0x125F5C) is unknown color: approx Blue Stone. HEX triplet: 12, 5F and 5C. RGB value is (18,95,92). Sum of RGB (Red+Green+Blue) = 18+95+92=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #125F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F5C is #EDA0A3. Grayscale: #474747. Windows color (decimal): -15573156 or 6053650. OLE color: 6053650.

HSL color Cylindrical-coordinate representation of color #125F5C: hue angle of 177.66º 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 #125F5C is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB189592-
CMYK0.8100.030.63
HSL177.66º68.14%22.16%-
HSV(B)177.66º81.05%37.25%-
XYZ6.279.0911.55-
YUV71.63139.4989.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=8.78%
G=46.34%
B=44.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895920.8100.030.63177.6668.1422.16
Hex125F5C51033Fb24416
Octal22137134121037726210426
Binary1001010111111011100101000101111111110110010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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