#125F65

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

Shades of Blue Stone #125F65

Tints of Blue Stone #125F65

Color information

#125F65 (or 0x125F65) is unknown color: approx Blue Stone. HEX triplet: 12, 5F and 65. RGB value is (18,95,101). Sum of RGB (Red+Green+Blue) = 18+95+101=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #125F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F65 is #EDA09A. Grayscale: #484848. Windows color (decimal): -15573147 or 6643474. OLE color: 6643474.

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

Color convert

RGB1895101-
CMYK0.820.0600.60
HSL184.34º69.75%23.33%-
HSV(B)184.34º82.18%39.61%-
XYZ6.699.2513.75-
YUV72.66143.9989.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 95 (37.5% from 255) = 44.39%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=8.41%
G=44.39%
B=47.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18951010.820.0600.60184.3469.7523.33
Hex125F6552603Cb84617
Octal22137145122607427010627
Binary10010101111111001011010010110011110010111000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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