#12675C

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

Shades of Blue Stone #12675C

Tints of Blue Stone #12675C

Color information

#12675C (or 0x12675C) is unknown color: approx Blue Stone. HEX triplet: 12, 67 and 5C. RGB value is (18,103,92). Sum of RGB (Red+Green+Blue) = 18+103+92=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #12675C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12675C is #ED98A3. Grayscale: #4C4C4C. Windows color (decimal): -15571108 or 6055698. OLE color: 6055698.

HSL color Cylindrical-coordinate representation of color #12675C: hue angle of 172.24º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12675C is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1810392-
CMYK0.8300.110.60
HSL172.24º70.25%23.73%-
HSV(B)172.24º82.52%40.39%-
XYZ7.0310.611.8-
YUV76.33136.8486.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 103 (40.62% from 255) = 48.36%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=8.45%
G=48.36%
B=43.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103920.8300.110.60172.2470.2523.73
Hex12675C530B3Cac4618
Octal221471341230137425410630
Binary100101100111101110010100110101111110010101100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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