#125966

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

Shades of Blue Stone #125966

Tints of Blue Stone #125966

Color information

#125966 (or 0x125966) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 66. RGB value is (18,89,102). Sum of RGB (Red+Green+Blue) = 18+89+102=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #125966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125966 is #EDA699. Grayscale: #454545. Windows color (decimal): -15574682 or 6707474. OLE color: 6707474.

HSL color Cylindrical-coordinate representation of color #125966: hue angle of 189.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125966 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1889102-
CMYK0.820.1300.6
HSL189.29º70%23.53%-
HSV(B)189.29º82.35%40%-
XYZ6.228.2313.83-
YUV69.25146.4891.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=8.61%
G=42.58%
B=48.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18891020.820.1300.6189.297023.53
Hex12596652D03Cbd4618
Octal221311461221507427510630
Binary100101011001110011010100101101011110010111101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125966; }

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

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

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

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

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

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

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

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