#125861

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

Shades of Blue Stone #125861

Tints of Blue Stone #125861

Color information

#125861 (or 0x125861) is unknown color: approx Blue Stone. HEX triplet: 12, 58 and 61. RGB value is (18,88,97). Sum of RGB (Red+Green+Blue) = 18+88+97=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #125861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125861 is #EDA79E. Grayscale: #434343. Windows color (decimal): -15574943 or 6379538. OLE color: 6379538.

HSL color Cylindrical-coordinate representation of color #125861: hue angle of 186.84º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125861 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB188897-
CMYK0.810.0900.62
HSL186.84º68.7%22.55%-
HSV(B)186.84º81.44%38.04%-
XYZ5.97.9712.54-
YUV68.1144.3192.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 88 (34.77% from 255) = 43.35%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=8.87%
G=43.35%
B=47.78%

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
Decimal1888970.810.0900.62186.8468.722.55
Hex12586151903Ebb4517
Octal221301411211107627310527
Binary100101011000110000110100011001011111010111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125861; }

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

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

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

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

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

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

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

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