#125960

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

Shades of Blue Stone #125960

Tints of Blue Stone #125960

Color information

#125960 (or 0x125960) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 60. RGB value is (18,89,96). Sum of RGB (Red+Green+Blue) = 18+89+96=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #125960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125960 is #EDA69F. Grayscale: #444444. Windows color (decimal): -15574688 or 6314258. OLE color: 6314258.

HSL color Cylindrical-coordinate representation of color #125960: hue angle of 185.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125960 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB188996-
CMYK0.810.0700.62
HSL185.38º68.42%22.35%-
HSV(B)185.38º81.25%37.65%-
XYZ5.938.1212.32-
YUV68.57143.4891.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=8.87%
G=43.84%
B=47.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1889960.810.0700.62185.3868.4222.35
Hex12596051703Eb94416
Octal22131140121707627110426
Binary10010101100111000001010001111011111010111001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125960; }

 p { color: rgb(18,89,96); }

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

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

 a { background-color: rgb(18,89,96); }

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

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

 span { border-color: rgb(18,89,96); }

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