#125C63

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

Shades of Blue Stone #125C63

Tints of Blue Stone #125C63

Color information

#125C63 (or 0x125C63) is unknown color: approx Blue Stone. HEX triplet: 12, 5C and 63. RGB value is (18,92,99). Sum of RGB (Red+Green+Blue) = 18+92+99=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #125C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C63 is #EDA39C. Grayscale: #464646. Windows color (decimal): -15573917 or 6511634. OLE color: 6511634.

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

Color convert

RGB189299-
CMYK0.820.0700.61
HSL185.19º69.23%22.94%-
HSV(B)185.19º81.82%38.82%-
XYZ6.338.6813.15-
YUV70.67143.9890.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 99 (39.06% from 255) = 47.37%
R=8.61%
G=44.02%
B=47.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1892990.820.0700.61185.1969.2322.94
Hex125C6352703Db94517
Octal22134143122707527110527
Binary10010101110011000111010010111011110110111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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