#125C65

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

Shades of Blue Stone #125C65

Tints of Blue Stone #125C65

Color information

#125C65 (or 0x125C65) is unknown color: approx Blue Stone. HEX triplet: 12, 5C and 65. RGB value is (18,92,101). Sum of RGB (Red+Green+Blue) = 18+92+101=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #125C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C65 is #EDA39A. Grayscale: #464646. Windows color (decimal): -15573915 or 6642706. OLE color: 6642706.

HSL color Cylindrical-coordinate representation of color #125C65: hue angle of 186.51º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125C65 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1892101-
CMYK0.820.0900.60
HSL186.51º69.75%23.33%-
HSV(B)186.51º82.18%39.61%-
XYZ6.438.7213.66-
YUV70.9144.9890.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=8.53%
G=43.60%
B=47.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18921010.820.0900.60186.5169.7523.33
Hex125C6552903Cbb4617
Octal221341451221107427310627
Binary100101011100110010110100101001011110010111011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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