#125855

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

Shades of Blue Stone #125855

Tints of Blue Stone #125855

Color information

#125855 (or 0x125855) is unknown color: approx Blue Stone. HEX triplet: 12, 58 and 55. RGB value is (18,88,85). Sum of RGB (Red+Green+Blue) = 18+88+85=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #125855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125855 is #EDA7AA. Grayscale: #424242. Windows color (decimal): -15574955 or 5593106. OLE color: 5593106.

HSL color Cylindrical-coordinate representation of color #125855: hue angle of 177.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125855 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB188885-
CMYK0.8000.030.65
HSL177.43º66.04%20.78%-
HSV(B)177.43º79.55%34.51%-
XYZ5.387.769.81-
YUV66.73138.3193.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=9.42%
G=46.07%
B=44.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888850.8000.030.65177.4366.0420.78
Hex125855500341b14215
Octal221301251200310126110225
Binary10010101100010101011010000011100000110110001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125855; }

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

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

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

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

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

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

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

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