#125760

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

Shades of Blue Stone #125760

Tints of Blue Stone #125760

Color information

#125760 (or 0x125760) is unknown color: approx Blue Stone. HEX triplet: 12, 57 and 60. RGB value is (18,87,96). Sum of RGB (Red+Green+Blue) = 18+87+96=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #125760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125760 is #EDA89F. Grayscale: #434343. Windows color (decimal): -15575200 or 6313746. OLE color: 6313746.

HSL color Cylindrical-coordinate representation of color #125760: hue angle of 186.92º 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 #125760 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB188796-
CMYK0.810.0900.62
HSL186.92º68.42%22.35%-
HSV(B)186.92º81.25%37.65%-
XYZ5.777.7912.27-
YUV67.4144.1492.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=8.96%
G=43.28%
B=47.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1887960.810.0900.62186.9268.4222.35
Hex12576051903Ebb4416
Octal221271401211107627310426
Binary100101010111110000010100011001011111010111011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125760; }

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

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

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

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

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

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

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

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