#125665

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

Shades of Blue Stone #125665

Tints of Blue Stone #125665

Color information

#125665 (or 0x125665) is unknown color: approx Blue Stone. HEX triplet: 12, 56 and 65. RGB value is (18,86,101). Sum of RGB (Red+Green+Blue) = 18+86+101=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #125665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125665 is #EDA99A. Grayscale: #434343. Windows color (decimal): -15575451 or 6641170. OLE color: 6641170.

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

Color convert

RGB1886101-
CMYK0.820.1500.60
HSL190.84º69.75%23.33%-
HSV(B)190.84º82.18%39.61%-
XYZ5.937.7213.49-
YUV67.38146.9792.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=8.78%
G=41.95%
B=49.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18861010.820.1500.60190.8469.7523.33
Hex12566552F03Cbf4617
Octal221261451221707427710627
Binary100101010110110010110100101111011110010111111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125665; }

 p { color: rgb(18,86,101); }

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

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

 a { background-color: rgb(18,86,101); }

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

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

 span { border-color: rgb(18,86,101); }

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