#12666D

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

Shades of Blue Stone #12666D

Tints of Blue Stone #12666D

Color information

#12666D (or 0x12666D) is unknown color: approx Blue Stone. HEX triplet: 12, 66 and 6D. RGB value is (18,102,109). Sum of RGB (Red+Green+Blue) = 18+102+109=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #12666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12666D is #ED9992. Grayscale: #4D4D4D. Windows color (decimal): -15571347 or 7169554. OLE color: 7169554.

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

Color convert

RGB18102109-
CMYK0.830.0600.57
HSL184.62º71.65%24.9%-
HSV(B)184.62º83.49%42.75%-
XYZ7.7610.7416.13-
YUV77.68145.6785.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=7.86%
G=44.54%
B=47.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal181021090.830.0600.57184.6271.6524.9
Hex12666D536039b94819
Octal22146155123607127111031
Binary10010110011011011011010011110011100110111001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12666D; }

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

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

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

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

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

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

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

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