#12666B

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

Shades of Blue Stone #12666B

Tints of Blue Stone #12666B

Color information

#12666B (or 0x12666B) is unknown color: approx Blue Stone. HEX triplet: 12, 66 and 6B. RGB value is (18,102,107). Sum of RGB (Red+Green+Blue) = 18+102+107=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #12666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12666B is #ED9994. Grayscale: #4D4D4D. Windows color (decimal): -15571349 or 7038482. OLE color: 7038482.

HSL color Cylindrical-coordinate representation of color #12666B: hue angle of 183.37º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12666B is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB18102107-
CMYK0.830.0500.58
HSL183.37º71.2%24.51%-
HSV(B)183.37º83.18%41.96%-
XYZ7.6510.6915.57-
YUV77.45144.6785.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=7.93%
G=44.93%
B=47.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal181021070.830.0500.58183.3771.224.51
Hex12666B53503Ab74719
Octal22146153123507226710731
Binary10010110011011010111010011101011101010110111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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