#125559

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

Shades of Blue Stone #125559

Tints of Blue Stone #125559

Color information

#125559 (or 0x125559) is unknown color: approx Blue Stone. HEX triplet: 12, 55 and 59. RGB value is (18,85,89). Sum of RGB (Red+Green+Blue) = 18+85+89=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #125559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125559 is #EDAAA6. Grayscale: #414141. Windows color (decimal): -15575719 or 5854482. OLE color: 5854482.

HSL color Cylindrical-coordinate representation of color #125559: hue angle of 183.38º 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 #125559 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188589-
CMYK0.800.0400.65
HSL183.38º66.36%20.98%-
HSV(B)183.38º79.78%34.9%-
XYZ5.37.3510.59-
YUV65.42141.394.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=9.38%
G=44.27%
B=46.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1885890.800.0400.65183.3866.3620.98
Hex125559504041b74215
Octal221251311204010126710225
Binary100101010101101100110100001000100000110110111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125559; }

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

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

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

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

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

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

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

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