#125854

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

Shades of Blue Stone #125854

Tints of Blue Stone #125854

Color information

#125854 (or 0x125854) is unknown color: approx Blue Stone. HEX triplet: 12, 58 and 54. RGB value is (18,88,84). Sum of RGB (Red+Green+Blue) = 18+88+84=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #125854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125854 is #EDA7AB. Grayscale: #424242. Windows color (decimal): -15574956 or 5527570. OLE color: 5527570.

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

Color convert

RGB188884-
CMYK0.8000.050.65
HSL176.57º66.04%20.78%-
HSV(B)176.57º79.55%34.51%-
XYZ5.347.759.6-
YUV66.61137.8193.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=9.47%
G=46.32%
B=44.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888840.8000.050.65176.5766.0420.78
Hex125854500541b14215
Octal221301241200510126110225
Binary100101011000101010010100000101100000110110001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125854; }

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

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

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

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

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

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

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

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