#12645F

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

Shades of Blue Stone #12645F

Tints of Blue Stone #12645F

Color information

#12645F (or 0x12645F) is unknown color: approx Blue Stone. HEX triplet: 12, 64 and 5F. RGB value is (18,100,95). Sum of RGB (Red+Green+Blue) = 18+100+95=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #12645F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12645F is #ED9BA0. Grayscale: #4A4A4A. Windows color (decimal): -15571873 or 6251538. OLE color: 6251538.

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

Color convert

RGB1810095-
CMYK0.8200.050.61
HSL176.34º69.49%23.14%-
HSV(B)176.34º82%39.22%-
XYZ6.8710.0712.41-
YUV74.91139.3387.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=8.45%
G=46.95%
B=44.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18100950.8200.050.61176.3469.4923.14
Hex12645F52053Db04517
Octal22144137122057526010527
Binary10010110010010111111010010010111110110110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12645F; }

 p { color: rgb(18,100,95); }

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

<style>
 a { background-color: #12645F; }

 a { background-color: rgb(18,100,95); }

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

<style>
 span { border-color: #12645F; }

 span { border-color: rgb(18,100,95); }

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