#125560

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

Shades of Blue Stone #125560

Tints of Blue Stone #125560

Color information

#125560 (or 0x125560) is unknown color: approx Blue Stone. HEX triplet: 12, 55 and 60. RGB value is (18,85,96). Sum of RGB (Red+Green+Blue) = 18+85+96=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #125560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125560 is #EDAA9F. Grayscale: #424242. Windows color (decimal): -15575712 or 6313234. OLE color: 6313234.

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

Color convert

RGB188596-
CMYK0.810.1100.62
HSL188.46º68.42%22.35%-
HSV(B)188.46º81.25%37.65%-
XYZ5.617.4712.21-
YUV66.22144.893.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=9.05%
G=42.71%
B=48.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1885960.810.1100.62188.4668.4222.35
Hex12556051B03Ebc4416
Octal221251401211307627410426
Binary100101010101110000010100011011011111010111100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125560; }

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

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

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

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

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

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

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

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