#12686E

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

Shades of Blue Stone #12686E

Tints of Blue Stone #12686E

Color information

#12686E (or 0x12686E) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 6E. RGB value is (18,104,110). Sum of RGB (Red+Green+Blue) = 18+104+110=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #12686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12686E is #ED9791. Grayscale: #4E4E4E. Windows color (decimal): -15570834 or 7235602. OLE color: 7235602.

HSL color Cylindrical-coordinate representation of color #12686E: hue angle of 183.91º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12686E is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB18104110-
CMYK0.840.0500.57
HSL183.91º71.88%25.1%-
HSV(B)183.91º83.64%43.14%-
XYZ8.0111.1616.48-
YUV78.97145.5184.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=7.76%
G=44.83%
B=47.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal181041100.840.0500.57183.9171.8825.1
Hex12686E545039b84819
Octal22150156124507127011031
Binary10010110100011011101010100101011100110111000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12686E; }

 p { color: rgb(18,104,110); }

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

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

 a { background-color: rgb(18,104,110); }

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

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

 span { border-color: rgb(18,104,110); }

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