#12635B

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

Shades of Blue Stone #12635B

Tints of Blue Stone #12635B

Color information

#12635B (or 0x12635B) is unknown color: approx Blue Stone. HEX triplet: 12, 63 and 5B. RGB value is (18,99,91). Sum of RGB (Red+Green+Blue) = 18+99+91=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #12635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12635B is #ED9CA4. Grayscale: #494949. Windows color (decimal): -15572133 or 5989138. OLE color: 5989138.

HSL color Cylindrical-coordinate representation of color #12635B: hue angle of 174.07º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12635B is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB189991-
CMYK0.8200.080.61
HSL174.07º69.23%22.94%-
HSV(B)174.07º81.82%38.82%-
XYZ6.69.8111.44-
YUV73.87137.6688.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 99 (39.06% from 255) = 47.60%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=8.65%
G=47.60%
B=43.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899910.8200.080.61174.0769.2322.94
Hex12635B52083Dae4517
Octal221431331220107525610527
Binary100101100011101101110100100100011110110101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,99,91); }

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

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

 a { background-color: rgb(18,99,91); }

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

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

 span { border-color: rgb(18,99,91); }

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