#12635C

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

Shades of Blue Stone #12635C

Tints of Blue Stone #12635C

Color information

#12635C (or 0x12635C) is unknown color: approx Blue Stone. HEX triplet: 12, 63 and 5C. RGB value is (18,99,92). Sum of RGB (Red+Green+Blue) = 18+99+92=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #12635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12635C is #ED9CA3. Grayscale: #494949. Windows color (decimal): -15572132 or 6054674. OLE color: 6054674.

HSL color Cylindrical-coordinate representation of color #12635C: hue angle of 174.81º 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 #12635C is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB189992-
CMYK0.8200.070.61
HSL174.81º69.23%22.94%-
HSV(B)174.81º81.82%38.82%-
XYZ6.649.8211.67-
YUV73.98138.1688.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=8.61%
G=47.37%
B=44.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899920.8200.070.61174.8169.2322.94
Hex12635C52073Daf4517
Octal22143134122077525710527
Binary10010110001110111001010010011111110110101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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