#125A65

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

Shades of Blue Stone #125A65

Tints of Blue Stone #125A65

Color information

#125A65 (or 0x125A65) is unknown color: approx Blue Stone. HEX triplet: 12, 5A and 65. RGB value is (18,90,101). Sum of RGB (Red+Green+Blue) = 18+90+101=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #125A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A65 is #EDA59A. Grayscale: #454545. Windows color (decimal): -15574427 or 6642194. OLE color: 6642194.

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

Color convert

RGB1890101-
CMYK0.820.1100.60
HSL187.95º69.75%23.33%-
HSV(B)187.95º82.18%39.61%-
XYZ6.258.3813.6-
YUV69.73145.6591.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 101 (39.84% from 255) = 48.33%
R=8.61%
G=43.06%
B=48.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18901010.820.1100.60187.9569.7523.33
Hex125A6552B03Cbc4617
Octal221321451221307427410627
Binary100101011010110010110100101011011110010111100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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