#12666E

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

Shades of Blue Stone #12666E

Tints of Blue Stone #12666E

Color information

#12666E (or 0x12666E) is unknown color: approx Blue Stone. HEX triplet: 12, 66 and 6E. RGB value is (18,102,110). Sum of RGB (Red+Green+Blue) = 18+102+110=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #12666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12666E is #ED9991. Grayscale: #4D4D4D. Windows color (decimal): -15571346 or 7235090. OLE color: 7235090.

HSL color Cylindrical-coordinate representation of color #12666E: hue angle of 185.22º 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 #12666E is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB18102110-
CMYK0.840.0700.57
HSL185.22º71.88%25.1%-
HSV(B)185.22º83.64%43.14%-
XYZ7.8210.7616.42-
YUV77.8146.1785.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=7.83%
G=44.35%
B=47.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal181021100.840.0700.57185.2271.8825.1
Hex12666E547039b94819
Octal22146156124707127111031
Binary10010110011011011101010100111011100110111001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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